Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
wcrum committed Nov 27, 2023
1 parent 2632403 commit 798c3d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/components/Navigation.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
class="top-0 bg-contours flex items-center justify-between h-20 px-12 py-4 shadow-md bg-gray-300 dark:bg-gray-900 md:px-24"
>
<a class="text-3xl font-bold leading-none" href="/">
<img width="50px" src={CALogo}/>
<img width="50px" src={CCALogo.src}/>
</a>
<div class="lg:hidden" on:click={toggleMenu}>
<button class="flex items-center p-3 navbar-burger">
Expand Down Expand Up @@ -76,7 +76,7 @@
>
<div class="flex items-center mb-8">
<a class="mr-auto text-3xl font-bold leading-none" href="/">
<img width="50px" src={CALogo}/>
<img width="50px" src={CCALogo.src}/>
</a>
<button class="navbar-close" on:click={toggleMenu}>
<Icon class="text-2xl" icon="mdi:window-close" />
Expand Down
1 change: 0 additions & 1 deletion src/components/elements/Hero.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
import DarkButton from '../buttons/DarkButton.svelte'
import RedButton from '../buttons/RedButton.astro'
interface Props {
title: string
Expand Down
4 changes: 0 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
---
import Layout from '../layouts/Layout.astro'
import Hero from '../components/elements/Hero.astro'
import Mission from '../components/sections/Mission.astro'
import Impact from '../components/sections/CareerImpact.astro'
import Countdown from '../components/elements/Countdown.astro'
import Products from '../components/sections/Products.astro'
import "../styles/global.css"
---
Expand Down

0 comments on commit 798c3d2

Please sign in to comment.