Skip to content

Commit f97e86b

Browse files
committed
📑 Added Tabline
1 parent 7c8c029 commit f97e86b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎world/projects.tsx‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export function TabItem({ text }: { text: string }) {
2222
export default function Projects() {
2323
return (
2424
<section id="projects">
25+
<hr className="lg:w-96 lg:rounded h-1 mx-auto bg-black border-0 dark:bg-white"/>
2526
<TabGroup>
2627
{/* TAB SELECTION */}
2728
<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

Comments
 (0)