Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from ArbestRiAgain/main
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
Pdawg-bytes authored Oct 9, 2023
2 parents b8062d9 + 209a59d commit 80fa5d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/layouts/navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</div>
<div class="mobileNavButton">
<Button variant="hyperlink" height="20px" href="{links.discordLink}" on:click={toggleNavMenu}>
<TextBlock>Discord Community</TextBlock>
<TextBlock>Discord Server</TextBlock>
</Button>
</div>
<div class="mobileNavButton">
Expand All @@ -28,7 +28,7 @@
</div>
<div class="mobileNavButton">
<Button variant="hyperlink" height="20px" href="{links.gitHubSrcLink}" on:click={toggleNavMenu}>
<TextBlock>Github</TextBlock>
<TextBlock>GitHub</TextBlock>
</Button>
</div>
<div class="mobileNavButton">
Expand Down
2 changes: 1 addition & 1 deletion src/routes/faq/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
question: 'How do I uninstall Rectify11?',
answer: 'For now, the uninstaller is not implemented. Use sfc /scannow and remove any extras that were installed.',
answer: 'You can use the "Uninstall" button in the Rectify11 Installer on versions RC1 and up.',
},
{
question: 'Is Rectify11 free?',
Expand Down

0 comments on commit 80fa5d4

Please sign in to comment.