mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 07:56:11 +02:00
ui(resources): tweak resource page for mobile
This commit is contained in:
@@ -65,9 +65,9 @@ export function ResourceHeader({
|
||||
<SC.Title>{title}</SC.Title>
|
||||
|
||||
<SC.Top>
|
||||
<StackedAvatars authors={authors} />
|
||||
<SC.Meta>
|
||||
{authors.length} contributor{authors.lenght > 1 && "s"}
|
||||
<StackedAvatars authors={authors} /> {authors.length} contributor
|
||||
{authors.lenght > 1 && "s"}
|
||||
</SC.Meta>
|
||||
<SC.Meta>{dateToHuman}</SC.Meta>
|
||||
<SC.Meta>
|
||||
|
||||
Reference in New Issue
Block a user