Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abc #5934

Closed
wants to merge 25 commits into from
Closed

Abc #5934

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update sidebar.tsx
1422756921 authored May 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit bd6e62c5a92d05f23d239a9487b2fe48b1d70021
8 changes: 8 additions & 0 deletions app/components/sidebar.tsx
Original file line number Diff line number Diff line change
@@ -23,6 +23,8 @@ import {
MIN_SIDEBAR_WIDTH,
NARROW_SIDEBAR_WIDTH,
Path,
BLOG_URL,
FAKA_URL,
REPO_URL,
} from "../constant";

@@ -186,6 +188,12 @@ export function SideBar(props: { className?: string }) {
onClick={() => showToast(Locale.WIP)}
shadow
/>
<a href={FAKA_URL} target="_blank">
<IconButton
text={shouldNarrow ? undefined : Locale.Mask.faka}
shadow
/>
</a>
</div>

<div