We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231bd6a commit fd2c389Copy full SHA for fd2c389
src/components/Footer.tsx
@@ -6,7 +6,7 @@ const Footer = () => {
6
<p>
7
Designed & built with <span className="inline-flex items-center">
8
<Heart className="w-3 h-3 md:w-4 md:h-4" color="#ff4444"/>
9
- </span> by <span className="underline underline-offset-4">Himank Dave</span>. Take inspirations from this, as long as you credit me.
+ </span> by <span className="underline underline-offset-4">Himank Dave</span>. You can take inspirations from this or fork it, as long as you credit me.
10
</p>
11
</footer>
12
)
0 commit comments