mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 02:05:09 +01:00
Merge remote-tracking branch 'origin/master' into add-url-routing
This commit is contained in:
commit
5c2ce4c30c
@ -21,6 +21,7 @@
|
||||
right: 1rem;
|
||||
top: 1rem;
|
||||
margin-top: 0 !important;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.topRightCredits a, .topRightCredits a:visited {
|
||||
@ -28,6 +29,7 @@
|
||||
text-decoration: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.topRightCredits a:hover, .topRightCredits a:active {
|
||||
color: var(--theme-color);
|
||||
text-decoration: none;
|
||||
|
@ -179,6 +179,8 @@ export function SearchView() {
|
||||
</Card>
|
||||
<div className="topRightCredits">
|
||||
<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>
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user