From 4cd38f81df4567785fe87e17b18a08ce47f88cd7 Mon Sep 17 00:00:00 2001 From: Milad Raeisi <6504337+miladsoft@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:56:12 +0400 Subject: [PATCH] Fixed a small mess in the UI (#154) --- src/Angor/Client/Pages/Investor.razor | 20 ++++++++++++------- .../wwwroot/assets/icons/clock-square.svg | 5 +++++ 2 files changed, 18 insertions(+), 7 deletions(-) create mode 100644 src/Angor/Client/wwwroot/assets/icons/clock-square.svg diff --git a/src/Angor/Client/Pages/Investor.razor b/src/Angor/Client/Pages/Investor.razor index 2a88d7ac..5e447c58 100644 --- a/src/Angor/Client/Pages/Investor.razor +++ b/src/Angor/Client/Pages/Investor.razor @@ -189,13 +189,19 @@
My Investment: - @Money.Satoshis(project.AmountInvested ?? 0).ToUnit(MoneyUnit.BTC) @network.CoinTicker - @if (!project.SignaturesInfo?.Signatures.Any() ?? false) - { - - - - } +
+ @if (!project.SignaturesInfo?.Signatures.Any() ?? false) + { + + + + + + } + @Money.Satoshis(project.AmountInvested ?? 0).ToUnit(MoneyUnit.BTC) @network.CoinTicker + +
+
diff --git a/src/Angor/Client/wwwroot/assets/icons/clock-square.svg b/src/Angor/Client/wwwroot/assets/icons/clock-square.svg new file mode 100644 index 00000000..3196a2c3 --- /dev/null +++ b/src/Angor/Client/wwwroot/assets/icons/clock-square.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file