Skip to content

Commit

Permalink
Merge pull request #127 from times-yasunori/improve-header
Browse files Browse the repository at this point in the history
RSSアイコンをヘッダーから削除
  • Loading branch information
tomoya authored Oct 16, 2024
2 parents f8ba83a + 9bccb5f commit 279fa26
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/web/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import "@mantine/core/styles.css";
import { useDisclosure, useHeadroom } from "@mantine/hooks";
import IconGitHubLogo from "~icons/tabler/brand-github";
import IconGraph from "~icons/tabler/graph";
import IconRSS from "~icons/tabler/rss";
import { YasunoriSpotlight } from "./components/yasunori-spotlight";
import { useIsMobile } from "./hooks/use-is-mobile";
import type { IndexLoader } from "./routes/_index/loader";
Expand Down Expand Up @@ -113,16 +112,6 @@ export function Layout({ children }: { children: React.ReactNode }) {
<Group gap="sm">
<YasunoriSpotlight />
<IconGraph onClick={() => navigate("/stats")} />
<ActionIcon
component="a"
aria-label="rss feed"
href="/feed.xml"
target="_blank"
variant="transparent"
color="gray"
>
<IconRSS />
</ActionIcon>
<ActionIcon
component="a"
aria-label="GitHub Repository"
Expand Down

0 comments on commit 279fa26

Please sign in to comment.