Skip to content

Commit

Permalink
fix: class
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Nov 15, 2024
1 parent 1a3a12a commit f08e11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/workspace/use-cli-commands.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ function CheckProposalInfo({ id }: { id: string }) {

const url = `https://test.tmrwdao.com/network-dao/proposal/${id}?chainId=tDVW`

if (timedOut) return <p>Timed out. Proposal ID: <Link href={url} className="ml-4" target="_blank" rel="noopener noreferrer">
if (timedOut) return <p>Timed out. Proposal ID: <Link href={url} target="_blank" rel="noopener noreferrer">
{id}
</Link>.</p>;

Expand Down

0 comments on commit f08e11e

Please sign in to comment.