Skip to content

Commit

Permalink
fix casing
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell committed Dec 6, 2024
1 parent 4a7173f commit 080391d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/2024/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Link from 'next/link'
import messenger from './messenger.PNG'
import hotelView from './centralpark.JPG'
import reactFaces from './reactfaces.png'
import bobbleHeads from './bobbleHeads.jpg'
import bobbleHeads from './bobbleheads.jpg'
import lucaAldo from './lucaandaldo.JPG'

export const meta = {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/about.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import clsx from 'clsx'
import { Prose } from '@/components/Prose'
import { Container } from '@/components/Container'
import { GitHubIcon, LinkedInIcon, BlueskyIcon } from '@/components/SocialIcons'
import speakingImage from '@/images/profile8.JPG'
import speakingImage from '@/images/profile8.jpg'

function SocialLink({ className, href, children, icon: Icon }) {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/pages/speaking.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Head from 'next/head'
import { Card } from '@/components/Card'
import { Section } from '@/components/Section'
import { SimpleLayout } from '@/components/SimpleLayout'
import speakingImage from '@/images/profile7.JPG'
import speakingImage from '@/images/profile7.jpg'

function SpeakingSection({ children, ...props }) {
return (
Expand Down

0 comments on commit 080391d

Please sign in to comment.