We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a4393 commit fb4123cCopy full SHA for fb4123c
1 file changed
client/src/pages/games/index.tsx
@@ -125,12 +125,6 @@ export default function HomePage() {
125
<span className="font-semibold text-foreground">
126
{contributor.name}
127
</span>
128
- <span
129
- className="text-foreground"
130
- style={{ marginLeft: 20 }}
131
- >
132
- - {contributor.role}
133
- </span>
134
{/* Social icons from API */}
135
<span className="flex gap-2 text-primary">
136
{Array.isArray(contributor.social_media) &&
@@ -143,6 +137,9 @@ export default function HomePage() {
143
137
/>
144
138
))}
145
139
140
+ <span className="ml-auto text-foreground">
141
+ - {contributor.role}
142
+ </span>
146
</li>
147
148
</ul>
0 commit comments