import React from "react"; import "./_title.scss"; const Title = ({ tagName, children }) => { const classes = () => { let c = `swptls-title ${tagName ? tagName : ""}`; return c; }; if (tagName) { if (tagName === "h1") { return
{children}
; } else { return