We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8c029 commit f97e86bCopy full SHA for f97e86b
‎world/projects.tsx‎
@@ -22,6 +22,7 @@ export function TabItem({ text }: { text: string }) {
22
export default function Projects() {
23
return (
24
<section id="projects">
25
+ <hr className="lg:w-96 lg:rounded h-1 mx-auto bg-black border-0 dark:bg-white"/>
26
<TabGroup>
27
{/* TAB SELECTION */}
28
<TabList className="w-fit mx-auto flex flex-wrap text-sm font-medium text-center text-gray-500 dark:text-gray-400">
0 commit comments