Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miladsoft committed Oct 28, 2024
1 parent 3f87d4d commit 32620f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion old/src/Angor.Website/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<div class="heading text-center">

<h6>Behind the Tech</h6>
<h4>Angor has no backend and is verifiable surce code.</h4>
<h4>Angor has no backend and is verifiable source code.</h4>
<h5 class="mt-5 inline-block text-2xl font-extrabold text-black dark:text-white dark:group-hover:text-black">It relies on Bitcoin explorers and Nostr relays, which users can run on their own</h5>
</div>
<div class="grid gap-6 sm:grid-cols-2 lg:grid-cols-2">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Features2.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const Features2 = () => (
<div className="mx-auto lg:mx-auto w-11/12 sm:w-4/5 md:w-3/4 lg:w-unset">
<span className="block-subtitle">Behind the Tech</span>
<h2 className="mt-6 mb-8 text-4xl lg:text-5xl block-big-title">
Angor has no backend and is verifiable surce code
Angor has no backend and is verifiable source code
</h2>
<p className="mb-12 text-secondaryText leading-loose">
It relies on Bitcoin explorers and Nostr relays, which users can
Expand Down

0 comments on commit 32620f2

Please sign in to comment.