Skip to content

Commit

Permalink
chore: remove braces from classname
Browse files Browse the repository at this point in the history
  • Loading branch information
RamGoel authored Mar 7, 2024
1 parent 0236881 commit 8e9cde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/casestudies/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const renderContent = (content, allComponents, level) => {
return content.map((item) => {
return (
<div
className={`mt-10 mx-auto w-11/12`}
className="mt-10 mx-auto w-11/12"
key={item.title}
>
<Heading typeStyle={typeStyle} className="mt-8" id={item.title
Expand Down

0 comments on commit 8e9cde0

Please sign in to comment.