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