diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/features/forked-to.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/forked-to.tsx b/source/features/forked-to.tsx index 342467cc..6dd5725f 100644 --- a/source/features/forked-to.tsx +++ b/source/features/forked-to.tsx @@ -93,7 +93,7 @@ async function init(): Promise<void> { href={`/${fork}`} className="select-menu-item" title={`Open your fork to ${fork}`}> - {forkIcon()} + <span className="select-menu-item-icon">{forkIcon()}</span> {fork} </a> )} |