Skip to content

Commit fb4123c

Browse files
committed
Rearrange contributor role display in game showcase
1 parent 49a4393 commit fb4123c

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

client/src/pages/games/index.tsx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,6 @@ export default function HomePage() {
125125
<span className="font-semibold text-foreground">
126126
{contributor.name}
127127
</span>
128-
<span
129-
className="text-foreground"
130-
style={{ marginLeft: 20 }}
131-
>
132-
- {contributor.role}
133-
</span>
134128
{/* Social icons from API */}
135129
<span className="flex gap-2 text-primary">
136130
{Array.isArray(contributor.social_media) &&
@@ -143,6 +137,9 @@ export default function HomePage() {
143137
/>
144138
))}
145139
</span>
140+
<span className="ml-auto text-foreground">
141+
- {contributor.role}
142+
</span>
146143
</li>
147144
))}
148145
</ul>

0 commit comments

Comments
 (0)