Skip to content

Commit

Permalink
Added Marit and Scott also consistency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sajochems committed Feb 16, 2024
1 parent 163b2ff commit bbdbc4a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const Footer: FunctionalComponent = () => {
<p>Site</p>
<a onClick={() => scrollToDiv('home')}>Home</a>
<a onClick={() => scrollToDiv('aboutus')}>About us </a>
<a onClick={() => scrollToDiv('photos')}>Pictures</a>
<a onClick={() => scrollToDiv('pictures')}>Pictures</a>
<a onClick={() => scrollToDiv('timetable')}>Timetable</a>
<a onClick={() => scrollToDiv('sponsors')}>Sponsors</a>
<a onClick={() => scrollToDiv('faq')}>FAQ</a>
Expand Down
2 changes: 1 addition & 1 deletion src/components/navigation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const Navigation: FunctionalComponent = () => {
<section class={style.navigation}>
<div>
<a onClick={() => scrollToDiv('aboutus')}>About us </a>
<a onClick={() => scrollToDiv('photos')}>Pictures</a>
<a onClick={() => scrollToDiv('pictures')}>Pictures</a>
<a onClick={() => scrollToDiv('timetable')}>Timetable</a>
<a onClick={() => scrollToDiv('sponsors')}>Sponsors</a>
<a onClick={() => scrollToDiv('faq')}>FAQ</a>
Expand Down
4 changes: 2 additions & 2 deletions src/components/photos/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ export const Photos: FunctionalComponent = () => {
}, []);

return (
<section class={style.photos} id='photos'>
<h2>Photos</h2>
<section class={style.photos} id='pictures'>
<h2>Pictures</h2>
<div ref={galleryContainer} class={style.galleryContainer}>
<div
ref={gallery}
Expand Down
Binary file modified static/members/Marit.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/members/Marit_old.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/members/Scott.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bbdbc4a

Please sign in to comment.