create separate component for SectionDivider

pull/44/head
SwagMuffin88 4 months ago
parent 505b6a8d34
commit f0be2711ce
  1. 7
      src/components/SectionDivider.tsx

@ -0,0 +1,7 @@
import React from 'react';
export default function SectionDivider() {
return (
<hr className="border-t-[3px] border-[#1F5673]" />
);
};
Loading…
Cancel
Save