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 b7ea3a3  Updated Apache logo
b7ea3a3 is described below

commit b7ea3a3e0e79c3ac0d90f73d1d375ae13a51ed31
Author: Apratim Shukla <[email protected]>
AuthorDate: Thu May 23 17:37:06 2024 -0700

    Updated Apache logo
---
 public/images/podling/apache-incubator.svg | 1 +
 src/components/Footer/index.tsx            | 2 +-
 src/styles/index.css                       | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/public/images/podling/apache-incubator.svg 
b/public/images/podling/apache-incubator.svg
new file mode 100644
index 0000000..1b4c364
--- /dev/null
+++ b/public/images/podling/apache-incubator.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 473.26 
110.22"><defs><style>.cls-1,.cls-2{fill:#fff;}.cls-1{fill-rule:evenodd;}</style></defs><g
 id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 
1"><polygon class="cls-1" points="445.81 13.29 467.03 13.29 467.03 15.29 448.03 
15.29 448.03 27.09 465.11 27.09 465.11 29.09 448.03 29.09 448.03 41.1 467.24 
41.1 467.24 43.11 445.81 43.11 445.81 13.29"/><polygon class="cls-1" 
points="377.65 13.29 379.86 13.29 379.86 27.13 3 [...]
\ No newline at end of file
diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx
index 8d12c85..027dbbd 100644
--- a/src/components/Footer/index.tsx
+++ b/src/components/Footer/index.tsx
@@ -160,7 +160,7 @@ const Footer = () => {
             <div className="apache-logo">
               <Link href="https://incubator.apache.org/";>
                 <Image
-                  src="/images/podling/apache.png"
+                  src="/images/podling/apache-incubator.svg"
                   alt="logo"
                   className="w-full h-full"
                   width={150}
diff --git a/src/styles/index.css b/src/styles/index.css
index f5e41f8..1fb4736 100644
--- a/src/styles/index.css
+++ b/src/styles/index.css
@@ -222,4 +222,4 @@
   display: inline-block;
   margin-bottom: 2rem;
   height: 100px;
-}
+}
\ No newline at end of file

Reply via email to