mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-07 21:39:41 +05:00
feat(ReleaseOverview): add ability to change view modes for releases pages
This commit is contained in:
parent
10397b2b6a
commit
e079fa3a93
5 changed files with 97 additions and 27 deletions
|
@ -105,7 +105,7 @@ export const NavigationRail = (props) => {
|
|||
|
||||
<button className="circle transparent" onClick={() => copyToClipboard()}>
|
||||
<i>{isCopied ? "done" : "content_copy"}</i>
|
||||
<div class="tooltip right">
|
||||
<div className="tooltip right">
|
||||
{isCopied ? "Ссылка скопирована" : "Скопировать ссылку"}
|
||||
</div>
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue