Skip to content

Commit

Permalink
RPGF3 Tracker changes
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed Jan 11, 2024
1 parent f0862b5 commit a8b5e6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/optimism-retropgf-3/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default async function Layout({
iconContainerClassName="items-center mb-0 relative"
>
{/* This is a list of all 643 projects that are part of RPGF3. Voting by badgeholders is in progress until December 7th. A project needs at least 17 votes in order to receive funding through RPGF. */}
Voting results from a total of 643 projects participating in Optimism’s RetroPGF3. Results were announced on January 11 and will be distributed in the coming weeks/months.
Voting results from a total of 643 projects participating in Optimism’s RetroPGF3. Results will be announced on January 11th and will be distributed in the coming weeks/months.
</Subheading>
</Container>

Expand Down
6 changes: 3 additions & 3 deletions app/optimism-retropgf-3/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ export default function Page() {
return `#${"00000".substring(0, 6 - c.length)}${c}`;
};

const tableMinWidthClass = "min-w-[1300px]";
const tableMinWidthClass = "min-w-[1280px]";

const [contentRef, { width: contentWidth }] = useElementSize();
const [tableRef, { width: tableWidth }] = useElementSize();
Expand Down Expand Up @@ -1903,10 +1903,10 @@ export default function Page() {
</div>
<QuestionAnswer
startOpen={false}
className="rounded-3xl bg-forest-50 dark:bg-forest-900 px-[30px] py-[23px] flex flex-col absolute bottom-8 left-[20px] right-[20px] md:left-[50px] md:right-[50px]"
className="z-50 rounded-3xl bg-forest-50 dark:bg-forest-900 px-[30px] py-[23px] flex flex-col absolute bottom-8 left-[20px] right-[20px] md:left-[50px] md:right-[50px]"
question={"What can you see in this list?"}
answer={
<div className="text-xs lg:text-base">
<div className="text-xs lg:text-sm">
<div>This is a list of all 643 projects that are part of RPGF3. Voting by badgeholders was in progress until December 7th. See here the voting results including the amount each project receives from RetroPGF3.</div>

<div className="font-bold mt-3">Result</div>
Expand Down

0 comments on commit a8b5e6b

Please sign in to comment.