Skip to content

Commit

Permalink
Merge branch 'newTool' of github.com:amanr-dev/WebDevTools into newTool
Browse files Browse the repository at this point in the history
  • Loading branch information
dipanshurdev committed Aug 11, 2024
2 parents 83ca992 + e9ed583 commit 29df28d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/resume-builder/Preview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,9 @@ const Preview = ({ isDarkMode, data }) => {
return (
<main
style={styles2.page}
className={`${isDarkMode ? "bg-slate-100" : "bg-slate-50"} my-6 h-full`}
className={`${
isDarkMode ? "bg-slate-100" : "bg-slate-50"
} my-6 h-full`}
>
{data && (
<div className="w-full p-8">
Expand Down

0 comments on commit 29df28d

Please sign in to comment.