diff options
author | 2023-05-10 22:58:08 +0800 | |
---|---|---|
committer | 2023-05-10 22:58:08 +0800 | |
commit | 579afb1fae65bc4cd7ef22e6526fce510133d731 (patch) | |
tree | bcc780181157d0f0d5fb2bef23f00bc5e6bcda00 /source/features/default-branch-button.tsx | |
parent | 1f1045fb2f25580c76ad23dd2312eafb2c9a4073 (diff) | |
download | refined-github-579afb1fae65bc4cd7ef22e6526fce510133d731.tar.gz refined-github-579afb1fae65bc4cd7ef22e6526fce510133d731.tar.zst refined-github-579afb1fae65bc4cd7ef22e6526fce510133d731.zip |
Default branch and current branch detector improvements (#6636)
Diffstat (limited to 'source/features/default-branch-button.tsx')
-rw-r--r-- | source/features/default-branch-button.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/default-branch-button.tsx b/source/features/default-branch-button.tsx index 2c5b7fa4..eb9258df 100644 --- a/source/features/default-branch-button.tsx +++ b/source/features/default-branch-button.tsx @@ -29,7 +29,7 @@ async function add(branchSelector: HTMLElement): Promise<void> { const defaultLink = ( <a - className="btn tooltipped tooltipped-s px-2" + className="btn tooltipped tooltipped-ne px-2" href={url.href} data-turbo-frame="repo-content-turbo-frame" aria-label="See this view on the default branch" |