From 75a8bb796220cd6a44053b326540a1b6206de926 Mon Sep 17 00:00:00 2001 From: Wolfy0615 <45273698+Wolfy0615@users.noreply.github.com> Date: Wed, 28 Sep 2022 22:50:01 -0400 Subject: [PATCH] fix: change outdated url (#172) * Fix outdated url Updated to resolve merge conflicts * Update index.tsx Fix #2 --- src/components/pages/Manage/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/pages/Manage/index.tsx b/src/components/pages/Manage/index.tsx index e0f34ed..ded0ec6 100644 --- a/src/components/pages/Manage/index.tsx +++ b/src/components/pages/Manage/index.tsx @@ -230,7 +230,7 @@ export default function Manage() { return ( <> Manage User - Want to use variables in embed text? Visit the docs for variables + Want to use variables in embed text? Visit the docs for variables
onSubmit(v))}> @@ -309,4 +309,4 @@ export default function Manage() { ); -} \ No newline at end of file +}