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 fb4eb90 commit f9682afCopy full SHA for f9682af
MyApp.Client/components/footer.tsx
@@ -14,7 +14,7 @@ const Footer = () => {
14
Read Documentation
15
</a>
16
<a
17
- href={`https://github.com/NetCoreTemplates/next-static`}
+ href="https://github.com/NetCoreTemplates/next-static"
18
className="mx-3 font-bold hover:underline text-gray-900 dark:text-gray-100"
19
>
20
View on GitHub
MyApp/Pages/Shared/Footer.cshtml
@@ -12,7 +12,7 @@
12
13
class="mx-3 font-bold hover:underline text-gray-900 dark:text-gray-100"
0 commit comments