Skip to content

Commit

Permalink
feat: alt text
Browse files Browse the repository at this point in the history
  • Loading branch information
OCDkirby committed Nov 21, 2023
1 parent b2e25cb commit c79e199
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ const darkThemeOverrides: GlobalThemeOverrides = {
<n-divider />
<div class="bottom-portion-wrapper">
<n-carousel autoplay direction="horizontal" dot-type="line">
<img class="carousel-img" src="/assets/sonicmania.png">
<img class="carousel-img" src="/assets/we-are-doomed.png">
<img class="carousel-img" src="/assets/sample-1.png">
<img class="carousel-img" src="/assets/steamydeck.jpg">
<img class="carousel-img" src="/assets/sonicmania.png" alt="Sonic Mania running on RPCSX">
<img class="carousel-img" src="/assets/we-are-doomed.png" alt="We Are Doomed running on RPCSX">
<img class="carousel-img" src="/assets/sample-1.png" alt="Development sample running on RPCSX">
<img class="carousel-img" src="/assets/steamydeck.jpg" alt="RPCSX crashing on Steam Deck">
</n-carousel>
<n-divider />
<n-text class="copyright-text">© {{ new Date().getFullYear() }} - RPCSX (the real one)</n-text>
Expand Down

0 comments on commit c79e199

Please sign in to comment.