Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SMU-GDMU-CHINA
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
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
2024 Competition
SMU-GDMU-CHINA
Commits
8a8ff2ee
Commit
8a8ff2ee
authored
5 months ago
by
Xingan Zhao
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
55226292
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#453890
passed
5 months ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/Footer.tsx
+6
-6
6 additions, 6 deletions
src/components/Footer.tsx
src/containers/App/App.css
+4
-0
4 additions, 0 deletions
src/containers/App/App.css
with
10 additions
and
6 deletions
src/components/Footer.tsx
+
6
−
6
View file @
8a8ff2ee
...
...
@@ -42,10 +42,10 @@ export function Footer() {
<
div
className
=
"row bg-wine-red footer-container"
>
<
div
>
<
p
className
=
"mb-0"
>
<
small
className
=
"footer-container"
>
© 2024 - Content on this site is licensed under a
{
"
"
}
<
small
className
=
"footer-container
small-font
"
>
© 2024 - Content on this site is licensed under a
{
"
"
}
<
a
className
=
"subfoot"
className
=
"subfoot
small-font
"
href
=
"https://creativecommons.org/licenses/by/4.0/"
rel
=
"license"
>
...
...
@@ -55,9 +55,9 @@ export function Footer() {
</
small
>
</
p
>
<
p
>
<
small
className
=
"footer-container"
>
The repository used to create this website is available at
{
"
"
}
<
a
href
=
{
`https://gitlab.igem.org/
${
teamYear
}
/
${
teamSlug
}
`
}
>
<
small
className
=
"footer-container
small-font
"
>
The repository used to create this website is available at
{
"
"
}
<
a
href
=
{
`https://gitlab.igem.org/
${
teamYear
}
/
${
teamSlug
}
`
}
className
=
"small-font"
>
gitlab.igem.org/
{
teamYear
}
/
{
teamSlug
}
</
a
>
.
...
...
This diff is collapsed.
Click to expand it.
src/containers/App/App.css
+
4
−
0
View file @
8a8ff2ee
...
...
@@ -864,4 +864,8 @@ span.formula_line::-webkit-scrollbar-track {
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
;
}
.small-font
{
font-size
:
small
;
}
\ No newline at end of file
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