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 5b0edf8 commit 9630c66Copy full SHA for 9630c66
src/components/home/Footer.js
@@ -22,6 +22,7 @@ const footerNav = {
22
{ title: 'Java Docs', href: '/docs' },
23
{ title: 'Java Programs', href: '/programs' },
24
{ title: 'About', href: '/' },
25
+ { title: 'Status', href: 'https://javaistic.betteruptime.com/'},
26
],
27
},
28
Others: {
@@ -73,7 +74,7 @@ export function Footer() {
73
74
<Logo className="w-auto h-10" />
75
<br className="mb-2" />
76
<div className="flex">
- <a href="https://vercel.com/?utm_source=javaistic&utm_campaign=oss">
77
+ <a href="https://vercel.com/?utm_source=javaistic&utm_campaign=oss" target="_blank" rel="noopener noreferrer">
78
<p className="text text-sm text-gray-500 flex">
79
Powered by
80
<Vercel className="w-auto h-5 ml-1 flex" />
0 commit comments