Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
suhanw committed Jan 13, 2025
1 parent 4366de4 commit 6bd58d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/auteur-preview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default () => {
<article className={style.contentWrapper}>
<h1>Auteur</h1>
<a className={style.cta} href="/auteur">
<span>www.suhanwijaya.com/auteur</span>
<span>suhanwijaya.com/auteur</span>
<img src="/icons/external-link.svg" />
</a>
<p>
Expand Down
2 changes: 1 addition & 1 deletion pages/mapmycruise-preview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default () => {
<article className={style.contentWrapper}>
<h1>MapMyCruise</h1>
<a className={style.cta} href="/mapmycruise">
<span>www.suhanwijaya.com/mapmycruise</span>
<span>suhanwijaya.com/mapmycruise</span>
<img src="/icons/external-link.svg" />
</a>
<p>
Expand Down
2 changes: 1 addition & 1 deletion pages/tmnt-preview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default () => {
<article className={style.contentWrapper}>
<h1>TMNT React</h1>
<a className={style.cta} href="/tmnt">
<span>www.suhanwijaya.com/tmnt</span>
<span>suhanwijaya.com/tmnt</span>
<img src="/icons/external-link.svg" />
</a>
<p>
Expand Down

0 comments on commit 6bd58d6

Please sign in to comment.