Skip to content

Commit

Permalink
Remove message (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeating authored Nov 16, 2023
1 parent e887dcc commit bd780b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions components/ProposalRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export default function ProposalRow({
{/* L2 Box */}
<div className="ring-1 ring-inset ring-gray-200 rounded-lg inline-block bg-white">
{isBridged ? (
<div className="px-10 pt-10">
<div className="p-10">
<div className="flex justify-start items-center mb-5">
<h2 className="text-xl">L2</h2>
<div className="ml-2">
Expand Down Expand Up @@ -247,9 +247,6 @@ export default function ProposalRow({
<div>{l2AbstainVoteBar}</div>
</div>
</div>
<div className="text-xs text-gray-400 text-center mt-10 pb-5">
* L2 votes are not counted until votes are bridged to L1 *
</div>
</div>
) : (
<div className="flex items-center justify-center p-5 ring-gray-200 rounded-lg h-32">
Expand Down

0 comments on commit bd780b3

Please sign in to comment.