Skip to content

Commit

Permalink
[FIX] Change broken GitHub links
Browse files Browse the repository at this point in the history
  • Loading branch information
louisescher committed Sep 10, 2024
1 parent 8c23442 commit 6bce67a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
src: './src/assets/ion-logo.svg'
},
social: {
github: 'https://github.com/comet-analytics/ion-theme'
github: 'https://github.com/louisescher/starlight-ion-theme'
},
sidebar: [{
label: '[home] Home',
Expand Down
2 changes: 1 addition & 1 deletion src/components/Pagination.astro
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const isRtl = dir === 'rtl';
<a href="https://louisescher.dev/">Homepage</a>
</div>
<div class="social-footer-icons">
<a href="https://github.com/comet-analytics/ion-theme" aria-label="GitHub Icon"><Icon name="github" size='1.25rem' /></a>
<a href="https://github.com/louisescher/starlight-ion-theme" aria-label="GitHub Icon"><Icon name="github" size='1.25rem' /></a>
</div>
</div>

Expand Down

0 comments on commit 6bce67a

Please sign in to comment.