diff --git a/src/Components/Api/Api.tsx b/src/Components/Api/Api.tsx index cb3e0b2..00c9aff 100644 --- a/src/Components/Api/Api.tsx +++ b/src/Components/Api/Api.tsx @@ -10,7 +10,7 @@ import { // Note APIs const instance = axios.create({ - baseURL: "https://keannu125.pythonanywhere.com", + baseURL: "https://keannu126.pythonanywhere.com", }); export function GetNotes() { diff --git a/src/Components/ViewToggle/ViewToggle.tsx b/src/Components/ViewToggle/ViewToggle.tsx index ced5423..8552070 100644 --- a/src/Components/ViewToggle/ViewToggle.tsx +++ b/src/Components/ViewToggle/ViewToggle.tsx @@ -32,6 +32,7 @@ export default function ViewToggle() { />

{switchLabel}

+

Public Notes

); @@ -59,6 +60,7 @@ export default function ViewToggle() { />

{switchLabel}

+

Private Notes

);