mirror of https://github.com/Lapikud/tipilan
parent
505b6a8d34
commit
f0be2711ce
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||||
|
import React from 'react'; |
||||||
|
|
||||||
|
export default function SectionDivider() { |
||||||
|
return ( |
||||||
|
<hr className="border-t-[3px] border-[#1F5673]" /> |
||||||
|
); |
||||||
|
}; |
||||||
Loading…
Reference in new issue