aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/center
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/app/views/center')
-rw-r--r--FrontEnd/src/app/views/center/TimelineBoard.tsx2
-rw-r--r--FrontEnd/src/app/views/center/center.sass2
2 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/src/app/views/center/TimelineBoard.tsx b/FrontEnd/src/app/views/center/TimelineBoard.tsx
index e0511422..35249f66 100644
--- a/FrontEnd/src/app/views/center/TimelineBoard.tsx
+++ b/FrontEnd/src/app/views/center/TimelineBoard.tsx
@@ -47,7 +47,7 @@ const TimelineBoardItem: React.FC<TimelineBoardItemProps> = ({
<TimelineLogo className="icon" />
)}
<span className="title">{title}</span>
- <small className="ml-2 text-secondary">{name}</small>
+ <small className="ms-2 text-secondary">{name}</small>
<span className="flex-grow-1"></span>
{actions != null ? (
<div className="right">
diff --git a/FrontEnd/src/app/views/center/center.sass b/FrontEnd/src/app/views/center/center.sass
index 4b86f241..c0dfb9c0 100644
--- a/FrontEnd/src/app/views/center/center.sass
+++ b/FrontEnd/src/app/views/center/center.sass
@@ -23,7 +23,7 @@
.icon
height: 1.3em
color: black
- @extend .mr-2
+ @extend .me-2
&:hover
background: $gray-300
.right