diff --git a/frontend/src/app/components/start/start.component.html b/frontend/src/app/components/start/start.component.html index 04c1175d0..4ee2258f4 100644 --- a/frontend/src/app/components/start/start.component.html +++ b/frontend/src/app/components/start/start.component.html @@ -1,4 +1,4 @@ -
+
diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 38e4283a7..b8fca1621 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -494,4 +494,8 @@ th { .text-right { text-align: left !important; } + + .bitcoin-block { + direction: rtl; + } }