mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 06:45:49 +01:00
website/header: add some style to the GitHub button
This commit is contained in:
@@ -60,9 +60,7 @@ export function Header(props: {repoStargazersCount: number}) {
|
||||
<SocialButtons className="mobile-only" withText />
|
||||
</nav>
|
||||
|
||||
<DownloadButton />
|
||||
|
||||
<div class="desktop-only">
|
||||
<div class="desktop-only repository-button">
|
||||
<SocialButton
|
||||
name="GitHub"
|
||||
iconSvg={githubIcon}
|
||||
@@ -71,6 +69,8 @@ export function Header(props: {repoStargazersCount: number}) {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<DownloadButton />
|
||||
|
||||
</div>
|
||||
</header>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user