aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/common/FullPage.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-05-06 15:32:02 +0800
committercrupest <crupest@outlook.com>2021-05-06 15:32:02 +0800
commitffbc90d0c9b9dc15d0c2f327a669d9385fce9590 (patch)
tree57859c57a9c58d9d0c58de14f4e09b84e23af514 /FrontEnd/src/app/views/common/FullPage.tsx
parent2c6cf0502b5d6cc5bf972310232f71ec543847ef (diff)
downloadtimeline-ffbc90d0c9b9dc15d0c2f327a669d9385fce9590.tar.gz
timeline-ffbc90d0c9b9dc15d0c2f327a669d9385fce9590.tar.bz2
timeline-ffbc90d0c9b9dc15d0c2f327a669d9385fce9590.zip
...
Diffstat (limited to 'FrontEnd/src/app/views/common/FullPage.tsx')
-rw-r--r--FrontEnd/src/app/views/common/FullPage.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/common/FullPage.tsx b/FrontEnd/src/app/views/common/FullPage.tsx
index 4048895a..1b59045a 100644
--- a/FrontEnd/src/app/views/common/FullPage.tsx
+++ b/FrontEnd/src/app/views/common/FullPage.tsx
@@ -20,7 +20,7 @@ const FullPage: React.FC<FullPageProps> = ({
>
<div className="cru-full-page-top-bar">
<i
- className="icon-button bi-arrow-left text-white ml-3"
+ className="icon-button bi-arrow-left text-white ms-3"
onClick={onBack}
/>
</div>