Skip to content

Commit

Permalink
rename and order
Browse files Browse the repository at this point in the history
  • Loading branch information
cdolfi authored and JamesKunstle committed Jan 15, 2024
1 parent 74c4fe0 commit 98160a5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
11 changes: 11 additions & 0 deletions 8Knot/pages/welcome/sections/general_section.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@
html.Div(
className="card_section_body",
children=[
html.Div(
className="info_card",
children=[
html.H2("Repo Overview"),
html.P(
"""
General information at the repo group and single repo level
"""
),
],
),
html.Div(
className="info_card",
children=[
Expand Down
16 changes: 8 additions & 8 deletions 8Knot/pages/welcome/welcome.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,25 @@
className="welcome_instructions_section",
children=[
dcc.Tabs(
value="general",
value="plotlyfiguretools",
children=[
dcc.Tab(
label="General",
value="general",
children=[general_tab_contents],
),
dcc.Tab(
label="Using 8Knot Visualizations",
value="plotlyfiguretools",
children=[plotly_tab_contents],
),
dcc.Tab(
label="Your Augur Account",
label="How 8Knot Works",
value="general",
children=[general_tab_contents],
),
dcc.Tab(
label="Logging into Augur",
value="auguraccount",
children=[augur_tab_contents],
),
dcc.Tab(
label="Adding a User Group",
label="Creating Project Groups",
value="usergroup",
children=[group_tab_contents],
),
Expand Down

0 comments on commit 98160a5

Please sign in to comment.