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
8eb837c8
Commit
8eb837c8
authored
5 months ago
by
Pan Zhao
Browse files
Options
Downloads
Patches
Plain Diff
删除了主页的一些内容
parent
ceb8c696
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#492200
passed with warnings
5 months ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/contents/parts.tsx
+0
-2
0 additions, 2 deletions
src/contents/parts.tsx
with
0 additions
and
2 deletions
src/contents/parts.tsx
+
0
−
2
View file @
8eb837c8
...
...
@@ -14,8 +14,6 @@ const SideNavbar: React.FC<SideNavbarProps> = ({ activeLink }) => {
<
Nav
.
Link
as
=
{
Link
}
to
=
"section1"
smooth
=
{
true
}
duration
=
{
500
}
className
=
{
activeLink
===
'
section1
'
?
'
active
'
:
'
notActive
'
}
>
Basice Parts
</
Nav
.
Link
>
<
Nav
.
Link
as
=
{
Link
}
to
=
"section2"
smooth
=
{
true
}
duration
=
{
500
}
className
=
{
activeLink
===
'
section2
'
?
'
active
'
:
'
notActive
'
}
>
Composite Parts
</
Nav
.
Link
>
<
Nav
.
Link
as
=
{
Link
}
to
=
"section3"
smooth
=
{
true
}
duration
=
{
500
}
className
=
{
activeLink
===
'
section3
'
?
'
active
'
:
'
notActive
'
}
>
Section 3
</
Nav
.
Link
>
<
Nav
.
Link
as
=
{
Link
}
to
=
"section4"
smooth
=
{
true
}
duration
=
{
500
}
className
=
{
activeLink
===
'
section4
'
?
'
active
'
:
'
notActive
'
}
>
Section 4
</
Nav
.
Link
>
<
Nav
.
Link
as
=
{
Link
}
to
=
"section5"
smooth
=
{
true
}
duration
=
{
500
}
className
=
{
activeLink
===
'
section5
'
?
'
active
'
:
'
notActive
'
}
>
Section 5
</
Nav
.
Link
>
</
Nav
>
</
div
>
);
...
...
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