This is an automated email from the ASF dual-hosted git repository.
apratim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb-site.git
The following commit(s) were added to refs/heads/master by this push:
new 5436585 Update index.tsx
5436585 is described below
commit 543658502dbb69febfcb8e644f7afe21bc1a2968
Author: Apratim Shukla <[email protected]>
AuthorDate: Thu May 23 13:03:49 2024 -0700
Update index.tsx
---
src/components/Footer/index.tsx | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx
index ce41ff2..b91d5d9 100644
--- a/src/components/Footer/index.tsx
+++ b/src/components/Footer/index.tsx
@@ -158,13 +158,15 @@ const Footer = () => {
<div className="h-px w-full bg-gradient-to-r from-transparent
via-[#D2D8E183] to-transparent dark:via-[#959CB183]"></div>
<div className="flex justify-center my-2">
<div className="apache-logo">
- <Image
- src="/images/podling/apache.png"
- alt="logo"
- className="w-full h-full"
- width={150}
- height={100}
- />
+ <Link href="https://incubator.apache.org/">
+ <Image
+ src="/images/podling/apache.png"
+ alt="logo"
+ className="w-full h-full"
+ width={150}
+ height={100}
+ />
+ </Link>
</div>
</div>
<div className="py-2">