Skip to content

Commit

Permalink
Merge pull request #453 from tremblap/fix/sorting-the-menus
Browse files Browse the repository at this point in the history
navigation to/from the podcast page
  • Loading branch information
tremblap authored Dec 16, 2024
2 parents 56655c5 + b865b09 commit 6305fb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/front-page/WelcomeBanner.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<div id="buttons">
<WelcomeButton url='/learn/getting-started' text='Getting Started'/>
<WelcomeButton url='/learn' text='Learn'/>
<WelcomeButton url='/explore' text='Explore'/>
<WelcomeButton url='/reference' text='Reference'/>
<WelcomeButton url='/explore' text='Explore'/>
</div>
</div>
<div id='welcome-right'>
Expand Down
4 changes: 2 additions & 2 deletions src/lib/components/podcasts/Hero.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<img id='podcast-banner' src='/img/podcast_banner.jpg' alt='FluCoMa podcast logo'/>
<h2>FluCoMa Learn Podcast</h2>
<img id='podcast-banner' src='/img/podcast_banner.jpg' alt='FluCoMa Podcast logo'/>
<h2><a href="/">FluCoMa Learn</a> Podcast</h2>
<div>FluCoMa Learn Podcasts are an intermittent series of interviews with artists discussing their work using and experimenting with machine learning and machine listening.</div>
<div class="links">
<a class="podcasts-link raisedbox" href='https://podcasts.apple.com/gb/podcast/flucoma-learn-podcasts/id1678385732'>
Expand Down

0 comments on commit 6305fb7

Please sign in to comment.