Skip to content

Commit

Permalink
fix: サイト内の記事を意味する単語の表記ゆれを統一 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
3w36zj6 authored and r4ai committed May 25, 2024
1 parent 89125f9 commit def03c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/SideBar/NavBar/Links.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const links: Link[] = [
href: "/tags",
},
{
title: "ブログ",
title: "アーカイブ",
icon: "tabler:archive",
href: "/archives",
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/archives/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const tabProps: TabsProps = {
---

<BaseLayout
title="ブログ"
title="アーカイブ"
description="東京理科大学 電子計算機研究会 プログラミング班"
og={{
url: Astro.site!,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const contents: ContentType[] = [
link: "/about",
},
{
headerTitle: "最新ニュース",
headerTitle: "最新記事",
headerIcon: "fluent-emoji:newspaper",
posts: posts.slice(0, 3),
linkTitle: "記事一覧へ",
Expand Down

0 comments on commit def03c4

Please sign in to comment.