Skip to content

Commit

Permalink
Change text on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Oct 19, 2023
1 parent f1d3de5 commit f3c9548
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions src/Angor/Client/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

<PageTitle>Index</PageTitle>

<h1>Welcome to Angor wallet!</h1>

A platform for raising funds on Bitcoin trustlessly

<SurveyPrompt Title="How is Blazor working for you?" />
<h1>Welcome to Angor !</h1>

<h4>
<br />
A decentralized crowdfunding platform built on the Bitcoin network.
<br /><br />
Think of it as a trustless, risk-minimized ICO.
</h4>
2 changes: 1 addition & 1 deletion src/Angor/Client/Shared/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="alert alert-warning mb-2 mt-2 py-2" role="alert">
Alpha app - only use test wallets.
</div>
<a href="https://docs.microsoft.com/aspnet/" target="_blank">About</a>
<a href="https://github.com/block-core/angor" target="_blank">About</a>
</div>

<article class="content px-4">
Expand Down
2 changes: 1 addition & 1 deletion src/Angor/Client/Shared/MainLayout.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ main {
}

.sidebar {
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #659DBD 300%);
}

.top-row {
Expand Down

0 comments on commit f3c9548

Please sign in to comment.