Skip to content

Commit

Permalink
Requested Copy Changes for Section 4 and Footer (#10)
Browse files Browse the repository at this point in the history
Copy changes as requested
  • Loading branch information
wilwade authored Feb 29, 2024
1 parent 8e37d59 commit ae8d733
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<footer class="freq-container flex h-[50px] items-center justify-end gap-3 text-xs font-semibold">
<div>© {new Date().getFullYear()} Frequency Network Foundation</div>
<span class="h-4 w-[2px] bg-black" />
<div class="whitespace-nowrap">All Rights</div>
<div class="whitespace-nowrap">All Rights Reserved</div>
</footer>
8 changes: 4 additions & 4 deletions src/components/Sections/Section4.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
class="sm:flex-end flex text-navy sm:flex-col sm:items-end sm:gap-6 lg:flex-row-reverse lg:items-start lg:justify-end lg:gap-12"
>
<SlideIn>
<h2 class="title-75 sm:max-w-[500px] lg:max-w-[500px] lg:text-left">Publicly Vote for Your Preferred Apps</h2>
<h2 class="title-75 sm:max-w-[500px] lg:max-w-[500px] lg:text-left">Support Your Preferred Apps</h2>
</SlideIn>

<SectionParagraph classes="paragraph-spacing-right lg:pl-0">
Frequency will soon introduce a unique feature that enables you to vote for the apps and services on the
Frequency network that you love. This feature will also permit you to publicly alter your choices, to endorse
and, if needed, reconsider your support for apps and services, promoting ethical behavior and accountability.
Frequency is set to unveil a distinctive feature that allows you to endorse the apps and services within the
Frequency network that you love. This feature will also enable you to publicly alter your choices, and, if
necessary, reevaluate your endorsement of apps and services, encouraging ethical conduct and responsibility.
</SectionParagraph>
</section>
</div>
Expand Down

0 comments on commit ae8d733

Please sign in to comment.