Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GreatBay_SCIE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2022 Competition
GreatBay_SCIE
Commits
e0d3e6b1
Commit
e0d3e6b1
authored
2 years ago
by
Joseph Zeng
Browse files
Options
Downloads
Patches
Plain Diff
fix avatar offest
parent
144e20b9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#147245
passed
2 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
components/attribution.jsx
+1
-1
1 addition, 1 deletion
components/attribution.jsx
with
1 addition
and
1 deletion
components/attribution.jsx
+
1
−
1
View file @
e0d3e6b1
...
...
@@ -4,7 +4,7 @@ export const Member = ({ name, description, avatarUrl, right }) => {
<
div
className
=
{
"
flex items-end
"
+
(
right
?
"
flex-row-reverse
"
:
""
)
}
>
<
div
className
=
"avatar p-2"
>
<
div
className
=
"w-24 aspect-square rounded-full"
>
<
img
src
=
{
avatarUrl
}
alt
=
"name"
/>
<
img
src
=
{
avatarUrl
}
alt
=
"name"
className
=
"m-0 p-0"
/>
</
div
>
</
div
>
<
div
className
=
"flex flex-col"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment