Skip to content

Commit f9682af

Browse files
committed
fix footer links
1 parent fb4eb90 commit f9682af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MyApp.Client/components/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const Footer = () => {
1414
Read Documentation
1515
</a>
1616
<a
17-
href={`https://github.com/NetCoreTemplates/next-static`}
17+
href="https://github.com/NetCoreTemplates/next-static"
1818
className="mx-3 font-bold hover:underline text-gray-900 dark:text-gray-100"
1919
>
2020
View on GitHub

MyApp/Pages/Shared/Footer.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Read Documentation
1313
</a>
1414
<a
15-
href={`https://github.com/NetCoreTemplates/next-static`}
15+
href="https://github.com/NetCoreTemplates/next-static"
1616
class="mx-3 font-bold hover:underline text-gray-900 dark:text-gray-100"
1717
>
1818
View on GitHub

0 commit comments

Comments
 (0)