diff --git a/website/app/components/footer/footer.tsx b/website/app/components/footer/footer.tsx
index 72b76a4..5284532 100644
--- a/website/app/components/footer/footer.tsx
+++ b/website/app/components/footer/footer.tsx
@@ -4,68 +4,68 @@ import { Box, Divider, Flex, Grid, styled } from '../../../styled-system/jsx'
import { socialsData } from '../../config/socials-data'
export const Footer = () => (
-
+
+
-
-
-
-
-
-
-
- Previous Years Sessions
-
- {/*
+
+
+
+
+
+ Previous Years Sessions
+
+ {/*
Speakers
*/}
-
- Agenda
-
- {/*
+
+ Agenda
+
+ {/*
Sponsorship
*/}
-
- About
-
- {/*
+
+ About
+
+ {/*
Blog
*/}
-
- FAQ
-
-
-
-
- Code Of Conduct
-
-
- Venue
-
-
- Health Policy
-
-
- Work With Us
-
-
- info@dddperth.com
-
-
-
- {/*
+
+ FAQ
+
+
+
+
+ Code Of Conduct
+
+
+ Venue
+
+
+ Health Policy
+
+
+ Work With Us
+
+
+ info@dddperth.com
+
+
+
+ {/*
Subscribe for the latest DDD updates
(
_placeholder={{ color: '#8282FB' }}
mb={4}
/> */}
-
- {socialsData.map((item) => (
-
-
-
- ))}
-
-
-
-
+
+ {socialsData.map((item) => (
+
+
+
+ ))}
+
+
+
+
)
diff --git a/website/app/routes/_layout.agenda.($year).tsx b/website/app/routes/_layout.agenda.($year).tsx
index f2fd84f..ec8929b 100644
--- a/website/app/routes/_layout.agenda.($year).tsx
+++ b/website/app/routes/_layout.agenda.($year).tsx
@@ -327,12 +327,12 @@ export default function Agenda() {
function ConferenceBrowser({ conferences }: { conferences: { year: Year }[] }) {
return (
-
- Other Conferences
+
+ View Previous Conferences
-
+
{conferences.map((conf) => (
-
+
{conf.year}
))}