Spaces:
Running
Running
Update components/Footer.tsx
Browse files- components/Footer.tsx +3 -3
components/Footer.tsx
CHANGED
@@ -19,14 +19,14 @@ export default function Footer() {
|
|
19 |
className="font-semibold text-blue-600 underline-offset-4 transition hover:text-gray-700 hover:underline"
|
20 |
target="_blank"
|
21 |
>
|
22 |
-
|
23 |
</a>
|
24 |
. This is not an official Google product.
|
25 |
</div>
|
26 |
</div>
|
27 |
<div className="flex space-x-4 pb-4 sm:pb-0">
|
28 |
<Link
|
29 |
-
href="
|
30 |
className="group"
|
31 |
aria-label=""
|
32 |
target="_blank"
|
@@ -39,7 +39,7 @@ export default function Footer() {
|
|
39 |
</svg>
|
40 |
</Link>
|
41 |
<Link
|
42 |
-
href="https://github.com/
|
43 |
className="group"
|
44 |
aria-label="TaxPal on GitHub"
|
45 |
target="_blank"
|
|
|
19 |
className="font-semibold text-blue-600 underline-offset-4 transition hover:text-gray-700 hover:underline"
|
20 |
target="_blank"
|
21 |
>
|
22 |
+
|
23 |
</a>
|
24 |
. This is not an official Google product.
|
25 |
</div>
|
26 |
</div>
|
27 |
<div className="flex space-x-4 pb-4 sm:pb-0">
|
28 |
<Link
|
29 |
+
href=""
|
30 |
className="group"
|
31 |
aria-label=""
|
32 |
target="_blank"
|
|
|
39 |
</svg>
|
40 |
</Link>
|
41 |
<Link
|
42 |
+
href="https://github.com/Ammar-Alnagar/CogitoCoder"
|
43 |
className="group"
|
44 |
aria-label="TaxPal on GitHub"
|
45 |
target="_blank"
|