diff --git a/public/assets/icons/favicon-32x32.png b/public/assets/icons/favicon-32x32.png index f9a1c9608..b6291d994 100644 Binary files a/public/assets/icons/favicon-32x32.png and b/public/assets/icons/favicon-32x32.png differ diff --git a/public/scroll-docs-white.svg b/public/scroll-docs-white.svg index 2fa605bfc..3ee150262 100644 --- a/public/scroll-docs-white.svg +++ b/public/scroll-docs-white.svg @@ -1,66 +1,25 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/scroll-docs.svg b/public/scroll-docs.svg index 58aabd632..f7c775e53 100644 --- a/public/scroll-docs.svg +++ b/public/scroll-docs.svg @@ -1,124 +1,27 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + diff --git a/public/scroll-logo-light.svg b/public/scroll-logo-light.svg deleted file mode 100644 index 19b6c675a..000000000 --- a/public/scroll-logo-light.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/public/scroll-white.svg b/public/scroll-white.svg index 4dbfc4c20..ce3ba1224 100644 --- a/public/scroll-white.svg +++ b/public/scroll-white.svg @@ -1,58 +1,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/public/scroll.svg b/public/scroll.svg deleted file mode 100644 index 7cef1e4d1..000000000 --- a/public/scroll.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/components/Footer/PureFooter/PureFooter.module.css b/src/components/Footer/PureFooter/PureFooter.module.css index 61a537a2d..9c2a147de 100644 --- a/src/components/Footer/PureFooter/PureFooter.module.css +++ b/src/components/Footer/PureFooter/PureFooter.module.css @@ -9,6 +9,10 @@ "logo follow" "about resource" "version version"; + row-gap: 50px; + } + .version { + margin-top: 22px; } } diff --git a/src/components/Footer/PureFooter/PureFooter.tsx b/src/components/Footer/PureFooter/PureFooter.tsx index 5572562da..56706e7e1 100644 --- a/src/components/Footer/PureFooter/PureFooter.tsx +++ b/src/components/Footer/PureFooter/PureFooter.tsx @@ -6,7 +6,7 @@ const Footer = () => { return (
- +

About Scroll

@@ -34,9 +34,7 @@ const Footer = () => {
{mediaList.map((item) => ( - { - - } + {} ))}
diff --git a/src/components/Footer/helper.tsx b/src/components/Footer/helper.tsx index 36e5f75f5..667e86f1d 100644 --- a/src/components/Footer/helper.tsx +++ b/src/components/Footer/helper.tsx @@ -22,10 +22,6 @@ const TwitterIcon: React.FC> = (props) => ( ) export const aboutList = [ - { - name: "Team", - href: "https://scroll.io/team", - }, { name: "Join Us", href: "https://scroll.io/join-us", @@ -55,7 +51,7 @@ export const resourceList = [ }, { name: "Press Kit", - href: "https://scrollzkp.notion.site/Scroll-Brand-Assets-PUBLIC-AREA-c4e2cca84be342aa8b00e8bda92ee4f7", + href: "https://scrollzkp.notion.site/Scroll-Rebrand-Assets-5bb83465f56f40989c4f772b39ed3a06", }, ] diff --git a/src/components/Header/Header.astro b/src/components/Header/Header.astro index 5dbcbf177..580473af1 100644 --- a/src/components/Header/Header.astro +++ b/src/components/Header/Header.astro @@ -45,7 +45,11 @@ const section = frontmatter?.section ?? ""