Skip to content

Commit

Permalink
adding a hyperlink to the license details page
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed May 19, 2024
1 parent 7216189 commit f40b02c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion applications/aws_dashboard/pages/main/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,15 @@ def main_layout(
},
),
html.Span(
f" ({license_id})",
html.A(
f" ({license_id})",
href="/license",
style={
"color": "rgb(140, 140, 200)",
"fontSize": 15,
"textDecoration": "none",
},
),
style={
"color": "rgb(140, 140, 200)",
"fontSize": 15,
Expand Down

0 comments on commit f40b02c

Please sign in to comment.