Removing redundant components

This commit is contained in:
DwCay
2022-05-30 16:23:36 +03:00
parent b98c4db02d
commit 3cd337d589
145 changed files with 10 additions and 23605 deletions

View File

@@ -75,7 +75,7 @@ function DropdownProfile({
<li>
<Link
className="font-medium text-sm text-indigo-500 hover:text-indigo-600 flex items-center py-1 px-3"
to="/settings"
to="/"
onClick={() => setDropdownOpen(!dropdownOpen)}
>
Settings
@@ -84,7 +84,7 @@ function DropdownProfile({
<li>
<Link
className="font-medium text-sm text-indigo-500 hover:text-indigo-600 flex items-center py-1 px-3"
to="/signin"
to="/"
onClick={() => setDropdownOpen(!dropdownOpen)}
>
Sign Out
@@ -97,4 +97,4 @@ function DropdownProfile({
)
}
export default DropdownProfile;
export default DropdownProfile;