Skip to content

Commit

Permalink
add theme prop to join component
Browse files Browse the repository at this point in the history
  • Loading branch information
Kandles11 committed Jun 9, 2024
1 parent fd6165f commit a5f8e50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ import Join from '../components/join.astro'
images={['home/spiderbite.png', 'home/impulse.png']}
learnMoreHref="#"
/>
<Join />
<Join theme='light'/>
</BaseLayout>
2 changes: 1 addition & 1 deletion src/pages/projects/project.astro
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ let stats: Stat[] = [
</p>
</div>
</div>
<Join />
<Join theme='dark'/>
</BaseLayout>

0 comments on commit a5f8e50

Please sign in to comment.