Skip to content

Commit

Permalink
fix mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarusA committed Dec 27, 2024
1 parent e9e5c57 commit 3f5b830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/StarUs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const formattedStarCount = data ? formatPrefix(".1s", 1000)(data) : "";
class="mobile"
target="_blank"
:title="data.toLocaleString('en-US').concat(' GitHub stars')"
href="https://rafaqz.github.io/Rasters.jl/stable/"
href="https://github.com/rafaqz/Rasters.jl"
>
<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21" fill="none">
<path
Expand Down

0 comments on commit 3f5b830

Please sign in to comment.