Commit b7de6d10 authored by Jiwon Yoon's avatar Jiwon Yoon
Browse files

admin/social-login

parent ed7a837a
...@@ -2,91 +2,89 @@ import React from "react"; ...@@ -2,91 +2,89 @@ import React from "react";
export const SideBar = () => { export const SideBar = () => {
return ( return (
<aside className="w-48 h-screen" aria-label="Sidebar"> <div className="py-4 h-screen px-3 bg-gray-50 rounded dark:bg-gray-800">
<div className="py-4 h-full px-3 bg-gray-50 rounded dark:bg-gray-800"> <ul className="flex flex-col items-center">
<ul className="flex flex-col items-center"> <li className="text-center font-bold p-2 border-b-2">ADMIN</li>
<li className="text-center font-bold p-2 border-b-2">ADMIN</li> <div className="pt-2">
<div className="pt-2"> <li>
<li> <a
<a href="/admin"
href="#" className="flex items-center p-2 text-base text-gray-900 rounded-lg dark:text-white hover:bg-gray-100 dark:hover:bg-gray-700"
className="flex items-center p-2 text-base text-gray-900 rounded-lg dark:text-white hover:bg-gray-100 dark:hover:bg-gray-700" >
<svg
aria-hidden="true"
className="w-6 h-6 text-gray-500 transition duration-75 dark:text-gray-400 group-hover:text-gray-900 dark:group-hover:text-white"
fill="currentColor"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg"
> >
<svg <path d="M2 10a8 8 0 018-8v8h8a8 8 0 11-16 0z"></path>
aria-hidden="true" <path d="M12 2.252A8.014 8.014 0 0117.748 8H12V2.252z"></path>
className="w-6 h-6 text-gray-500 transition duration-75 dark:text-gray-400 group-hover:text-gray-900 dark:group-hover:text-white" </svg>
fill="currentColor" <span className="ml-1">Dashboard</span>
viewBox="0 0 20 20" </a>
xmlns="http://www.w3.org/2000/svg" </li>
> <li>
<path d="M2 10a8 8 0 018-8v8h8a8 8 0 11-16 0z"></path> <a
<path d="M12 2.252A8.014 8.014 0 0117.748 8H12V2.252z"></path> href="/admin/social-login"
</svg> className="flex items-center p-2 text-base text-gray-900 rounded-lg dark:text-white hover:bg-gray-100 dark:hover:bg-gray-700"
<span className="ml-1">Dashboard</span> >
</a> <svg
</li> aria-hidden="true"
<li> className="flex-shrink-0 w-6 h-6 text-gray-500 transition duration-75 dark:text-gray-400 group-hover:text-gray-900 dark:group-hover:text-white"
<a fill="currentColor"
href="#" viewBox="0 0 20 20"
className="flex items-center p-2 text-base text-gray-900 rounded-lg dark:text-white hover:bg-gray-100 dark:hover:bg-gray-700" xmlns="http://www.w3.org/2000/svg"
> >
<svg <path d="M5 3a2 2 0 00-2 2v2a2 2 0 002 2h2a2 2 0 002-2V5a2 2 0 00-2-2H5zM5 11a2 2 0 00-2 2v2a2 2 0 002 2h2a2 2 0 002-2v-2a2 2 0 00-2-2H5zM11 5a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V5zM11 13a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z"></path>
aria-hidden="true" </svg>
className="flex-shrink-0 w-6 h-6 text-gray-500 transition duration-75 dark:text-gray-400 group-hover:text-gray-900 dark:group-hover:text-white" <span className="ml-1">Social</span>
fill="currentColor" </a>
viewBox="0 0 20 20" </li>
xmlns="http://www.w3.org/2000/svg" <li>
> <a
<path d="M5 3a2 2 0 00-2 2v2a2 2 0 002 2h2a2 2 0 002-2V5a2 2 0 00-2-2H5zM5 11a2 2 0 00-2 2v2a2 2 0 002 2h2a2 2 0 002-2v-2a2 2 0 00-2-2H5zM11 5a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V5zM11 13a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z"></path> href="/admin"
</svg> className="flex items-center p-2 text-base text-gray-900 rounded-lg dark:text-white hover:bg-gray-100 dark:hover:bg-gray-700"
<span className="ml-1">Social</span> >
</a> <svg
</li> aria-hidden="true"
<li> className="flex-shrink-0 w-6 h-6 text-gray-500 transition duration-75 dark:text-gray-400 group-hover:text-gray-900 dark:group-hover:text-white"
<a fill="currentColor"
href="#" viewBox="0 0 20 20"
className="flex items-center p-2 text-base text-gray-900 rounded-lg dark:text-white hover:bg-gray-100 dark:hover:bg-gray-700" xmlns="http://www.w3.org/2000/svg"
> >
<svg <path
aria-hidden="true" fill-rule="evenodd"
className="flex-shrink-0 w-6 h-6 text-gray-500 transition duration-75 dark:text-gray-400 group-hover:text-gray-900 dark:group-hover:text-white" d="M10 9a3 3 0 100-6 3 3 0 000 6zm-7 9a7 7 0 1114 0H3z"
fill="currentColor" clip-rule="evenodd"
viewBox="0 0 20 20" ></path>
xmlns="http://www.w3.org/2000/svg" </svg>
> <span className="ml-1">Users</span>
<path </a>
fill-rule="evenodd" </li>
d="M10 9a3 3 0 100-6 3 3 0 000 6zm-7 9a7 7 0 1114 0H3z" <li>
clip-rule="evenodd" <a
></path> href="/admin"
</svg> className="flex items-center p-2 text-base text-gray-900 rounded-lg dark:text-white hover:bg-gray-100 dark:hover:bg-gray-700"
<span className="ml-1">Users</span> >
</a> <svg
</li> aria-hidden="true"
<li> className="flex-shrink-0 w-6 h-6 text-gray-500 transition duration-75 dark:text-gray-400 group-hover:text-gray-900 dark:group-hover:text-white"
<a fill="currentColor"
href="#" viewBox="0 0 20 20"
className="flex items-center p-2 text-base text-gray-900 rounded-lg dark:text-white hover:bg-gray-100 dark:hover:bg-gray-700" xmlns="http://www.w3.org/2000/svg"
> >
<svg <path
aria-hidden="true" fill-rule="evenodd"
className="flex-shrink-0 w-6 h-6 text-gray-500 transition duration-75 dark:text-gray-400 group-hover:text-gray-900 dark:group-hover:text-white" d="M5 4a3 3 0 00-3 3v6a3 3 0 003 3h10a3 3 0 003-3V7a3 3 0 00-3-3H5zm-1 9v-1h5v2H5a1 1 0 01-1-1zm7 1h4a1 1 0 001-1v-1h-5v2zm0-4h5V8h-5v2zM9 8H4v2h5V8z"
fill="currentColor" clip-rule="evenodd"
viewBox="0 0 20 20" ></path>
xmlns="http://www.w3.org/2000/svg" </svg>
> <span className="ml-1">Surveys</span>
<path </a>
fill-rule="evenodd" </li>
d="M5 4a3 3 0 00-3 3v6a3 3 0 003 3h10a3 3 0 003-3V7a3 3 0 00-3-3H5zm-1 9v-1h5v2H5a1 1 0 01-1-1zm7 1h4a1 1 0 001-1v-1h-5v2zm0-4h5V8h-5v2zM9 8H4v2h5V8z" </div>
clip-rule="evenodd" </ul>
></path> </div>
</svg>
<span className="ml-1">Surveys</span>
</a>
</li>
</div>
</ul>
</div>
</aside>
); );
}; };
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment