Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bielefeld-CeBiTec
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
Bielefeld-CeBiTec
Commits
60b8f8db
Commit
60b8f8db
authored
6 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Patches
Plain Diff
igem Bielefeld
parent
1fb0595b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#425926
failed
6 months ago
Stage: build
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/contents/igem-bielefeld.tsx
+1
-1
1 addition, 1 deletion
src/contents/igem-bielefeld.tsx
src/contents/index.tsx
+2
-2
2 additions, 2 deletions
src/contents/index.tsx
src/headers/ibie-h.tsx
+2
-2
2 additions, 2 deletions
src/headers/ibie-h.tsx
src/pages.ts
+14
-12
14 additions, 12 deletions
src/pages.ts
with
19 additions
and
17 deletions
src/contents/
collaborations
.tsx
→
src/contents/
igem-bielefeld
.tsx
+
1
−
1
View file @
60b8f8db
...
...
@@ -2,7 +2,7 @@ import { useEffect } from "react";
import
{
useLocation
}
from
"
react-router-dom
"
;
import
{
openFromOtherPage
}
from
"
../utils/openFromOtherpAge
"
;
export
function
Collaborations
()
{
export
function
igemBielefeld
()
{
const
location
=
useLocation
();
useEffect
(()
=>
{
...
...
This diff is collapsed.
Click to expand it.
src/contents/index.tsx
+
2
−
2
View file @
60b8f8db
...
...
@@ -67,6 +67,6 @@ export * from "../sidebars/none.tsx"
export
*
from
"
./
collaborations
.tsx
"
;
export
*
from
"
../headers/
coll
-h.tsx
"
export
*
from
"
./
igem-bielefeld
.tsx
"
;
export
*
from
"
../headers/
ibie
-h.tsx
"
This diff is collapsed.
Click to expand it.
src/headers/
coll
-h.tsx
→
src/headers/
ibie
-h.tsx
+
2
−
2
View file @
60b8f8db
export
function
COLLH
()
{
export
function
IBIE
()
{
return
(
<
HeaderBox
title
=
"
Collaborations
"
>
<
HeaderBox
title
=
"
iGem Bielefeld
"
>
</
HeaderBox
>
);
...
...
This diff is collapsed.
Click to expand it.
src/pages.ts
+
14
−
12
View file @
60b8f8db
...
...
@@ -17,11 +17,11 @@
Team
,
Impressum
,
Example
,
Collaborations
igemBielefeld
}
from
"
./contents
"
;
import
{
DescSidebar
,
SafetySidebar
,
NoSidebar
,
EngSide
}
from
"
./contents
"
;
import
{
COLLH
,
JUDGEH
,
PRODESC
,
SUPH
,
PARTH
,
ENGH
,
HOMEH
,
HPH
,
SPONH
,
RESH
,
ATTH
,
CONTH
,
DESCH
,
EXPH
,
IMPH
,
NOTEH
,
SAFEH
,
TEAMH
}
from
"
./contents
"
;
import
{
IBIE
,
JUDGEH
,
PRODESC
,
SUPH
,
PARTH
,
ENGH
,
HOMEH
,
HPH
,
SPONH
,
RESH
,
ATTH
,
CONTH
,
DESCH
,
EXPH
,
IMPH
,
NOTEH
,
SAFEH
,
TEAMH
}
from
"
./contents
"
;
interface
Base
{
name
:
string
|
undefined
;
...
...
@@ -59,14 +59,6 @@ const Pages: (Page | Folder)[] = [
header
:
ATTH
,
navlist
:
NoSidebar
,
},
{
name
:
"
Collaborations
"
,
title
:
"
Collaborations
"
,
path
:
"
/collaborations
"
,
component
:
Collaborations
,
header
:
COLLH
,
navlist
:
NoSidebar
,
},
{
name
:
"
Contribution
"
,
title
:
"
Contribution
"
,
...
...
@@ -133,6 +125,14 @@ const Pages: (Page | Folder)[] = [
header
:
HOMEH
,
navlist
:
NoSidebar
},
{
name
:
"
iGem Bielefeld
"
,
title
:
"
iGem Bielefeld
"
,
path
:
"
/igem-bielefeld
"
,
component
:
igemBielefeld
,
header
:
IBIE
,
navlist
:
NoSidebar
,
},
{
name
:
"
Impressum
"
,
title
:
undefined
,
...
...
@@ -254,8 +254,10 @@ export const NavPages: (Page | PageRef | Folder)[] = [
{
name
:
"
iGem Bielefeld
"
,
title
:
"
iGem Bielefeld
"
,
path
:
"
/
"
,
path
:
"
/igem-bielefeld
"
,
component
:
igemBielefeld
,
header
:
IBIE
,
navlist
:
NoSidebar
,
},
],
},
...
...
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