Skip to content

Commit

Permalink
feat(xt24): add footers
Browse files Browse the repository at this point in the history
  • Loading branch information
Akeboshiwind committed Apr 25, 2024
1 parent 5f2f4c5 commit 48f84bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/XT24Page.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import speakers from '../data/xt24/speakers.json';
const { contactSubject } = Astro.props
---
<Layout title='XT24 Fintech Conference' noFooter>
<div class="bg-zinc-800">
<Layout title='XT24 Fintech Conference'>
<div class="bg-zinc-800 pb-5">
<div class='container max-w-6xl mx-auto min-h-screen flex flex-col text-white'>
<!-- JUXT Logo -->
<div class="w-full px-5 sm:px-10 pt-5 sm:pt-10 flex flex-row justify-end">
Expand Down
4 changes: 2 additions & 2 deletions src/pages/xt24-agenda.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import XT24Agenda from '@components/XT24Agenda.astro'
import { LinkedInIcon } from '@components/Icons'
import speakers from '../data/xt24/speakers.json';
---
<Layout title='XT24 Fintech Conference - Agenda' noFooter>
<div class="bg-zinc-800">
<Layout title='XT24 Fintech Conference - Agenda'>
<div class="bg-zinc-800 pb-5">
<div class='container max-w-6xl mx-auto min-h-screen flex flex-col text-white'>
<!-- JUXT Logo -->
<div class="w-full p-5 sm:p-10 flex flex-row justify-end">
Expand Down

0 comments on commit 48f84bc

Please sign in to comment.