Skip to content

Commit

Permalink
fix: remove tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolfopietro97 committed Jun 14, 2024
1 parent e962f76 commit d24fd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function App() {
<Alert status='warning'>
<AlertIcon />
<AlertTitle>Disclaimer</AlertTitle>
<AlertDescription>The use case of this template is inspired by the <Link color='teal.500' className="hover:underline text-blue-500" href={"https://www.greencart.vet/"}>GreenCart Dapp</Link>. The code has been built from scratch and does not contain any references to the GreenCart codebase.</AlertDescription>
<AlertDescription>The use case of this template is inspired by the <Link color='teal.500' href={"https://www.greencart.vet/"}>GreenCart Dapp</Link>. The code has been built from scratch and does not contain any references to the GreenCart codebase.</AlertDescription>
</Alert>
{/* MODALS */}
<SubmissionModal />
Expand Down

0 comments on commit d24fd89

Please sign in to comment.