Skip to content

Commit

Permalink
feat(top): サイトトップのリンクの並びを調整。vrtが機能しているか確認する意味も込めている
Browse files Browse the repository at this point in the history
  • Loading branch information
enuesaa committed Jul 2, 2024
1 parent e5d677a commit 3e77830
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<FnCard href="/fns/jsonformat" title="JSON Format" />
<FnCard href="/fns/count" title="文字数カウント" />
<FnCard href="/fns/replace" title="文字列置き換え" />
<FnCard href="/fns/text-search-count" title="文字列の登場回数" />
<FnCard href="/fns/remove-linebreak" title="改行削除" />
<FnCard href="/fns/base64encode" title="Base64 Encode" />
<FnCard href="/fns/base64decode" title="Base64 Decode" />
<FnCard href="/fns/urlencode" title="Url Encode" />
<FnCard href="/fns/urldecode" title="Url Decode" />
<FnCard href="/fns/colorcode-to-rgb" title="カラーコードからRGBへ" />
<FnCard href="/fns/rgb-to-colorcode" title="RGBからカラーコードへ" />
<FnCard href="/fns/unicode-escape" title="Unicode エスケープ" />
<FnCard href="/fns/unicode-unescape" title="Unicode アンエスケープ" />
<FnCard href="/fns/text-search-count" title="文字列の登場回数" />
<FnCard href="/fns/remove-linebreak" title="改行削除" />
<FnCard href="/fns/colorcode-to-rgb" title="カラーコードからRGBへ" />
<FnCard href="/fns/rgb-to-colorcode" title="RGBからカラーコードへ" />
</div>

0 comments on commit 3e77830

Please sign in to comment.