Skip to content

Commit

Permalink
hot fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
opeolluwa committed Oct 2, 2023
1 parent f9a53de commit 57ed2a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/connection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function ConnectionPage() {
withStyle="-mt-3 leading-6"
/>
</div>
<Switch onChange={() => setIsModalOpen(true)} className />
<Switch onChange={() => setIsModalOpen(true)} />
</div>

<Heading context="Available Network" withStyle="mt-12 mb-2" />
Expand Down Expand Up @@ -86,7 +86,7 @@ export default function ConnectionPage() {
>
<Text
context={
"Wi-Fi HotSpot makes your device discoverable to peer devices and allows the transfer of files"
"WiFi HotSpot makes your device discoverable to peer devices and allows the transfer of files"
}
/>
<div className="flex flex-col gap-8 my-8 ">
Expand Down

0 comments on commit 57ed2a1

Please sign in to comment.