Skip to content

Commit

Permalink
Fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
O4epegb committed Sep 29, 2024
1 parent a509f98 commit 3e9c55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/screens/main/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const MainPage = (props: Props) => {
</svg>
</span>
{data && (
<span className="absolute top-full ml-1 text-nowrap text-xs text-gray-400">
<span className="absolute top-full text-nowrap text-xs text-gray-400">
{data.total >= data.goal ? (
<>Goal: done! (${data.total})</>
) : (
Expand Down

0 comments on commit 3e9c55d

Please sign in to comment.