mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-01 16:37:39 +01:00
add discord to top right credits
This commit is contained in:
parent
d560cd51d2
commit
2eae489a88
2 changed files with 5 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
||||||
right: 1rem;
|
right: 1rem;
|
||||||
top: 1rem;
|
top: 1rem;
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topRightCredits a, .topRightCredits a:visited {
|
.topRightCredits a, .topRightCredits a:visited {
|
||||||
|
@ -28,6 +29,7 @@
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topRightCredits a:hover, .topRightCredits a:active {
|
.topRightCredits a:hover, .topRightCredits a:active {
|
||||||
color: var(--theme-color);
|
color: var(--theme-color);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
|
@ -156,7 +156,9 @@ export function SearchView() {
|
||||||
}
|
}
|
||||||
</Card>
|
</Card>
|
||||||
<div className="topRightCredits">
|
<div className="topRightCredits">
|
||||||
<a href="https://github.com/JamesHawkinss/movie-web" target="_blank" rel="noreferrer">Check it out on GitHub <Arrow /></a>
|
<a href="https://github.com/JamesHawkinss/movie-web" target="_blank" rel="noreferrer">Check it out on GitHub <Arrow /></a>
|
||||||
|
<br />
|
||||||
|
<a href="https://discord.gg/vXsRvye8BS" target="_blank" rel="noreferrer">Join the Discord <Arrow /></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue