mirror of
https://github.com/calibrain/shelfmark.git
synced 2026-09-24 20:00:27 +01:00
adds _blank target to footer github link. (#354)
This commit is contained in:
@@ -30,6 +30,8 @@ export const Footer = ({ buildVersion, releaseVersion, debug }: FooterProps) =>
|
||||
<div className="flex items-center gap-3 shrink-0">
|
||||
<a
|
||||
href="https://github.com/calibrain/calibre-web-automated-book-downloader"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="opacity-80 hover:opacity-100"
|
||||
aria-label="GitHub"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user