Skip to content

Commit

Permalink
feat: add credit to fluxync on warning popup
Browse files Browse the repository at this point in the history
  • Loading branch information
zkazharan committed Aug 27, 2024
1 parent 13fc692 commit 83958a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/(main)/project/[...details]/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ export default function DetailProject({ params }) {
<div className="absolute top-0 left-0 z-10 w-full h-full flex justify-center items-center bg-slate-950/95 border-solid border-slate-700">
<div className="flex flex-col p-6 gap-4 bg-slate-900 rounded-xl border-slate-700 border-[1px]">
<div className="flex justify-between items-start pb-3 border-b-slate-700 border-b-2 gap-3">
<div className={`${font.Satoshi_b2bold} text-white`}>NSFW Warning</div>
<div className={`${font.Satoshi_b2bold} text-white`}>NSFW Warning by Fluxync</div>
<div className="cursor-pointer pt-1" onClick={() => setNsfwWarning(false)}>
<FaTimes className="w-4 h-4 text-white" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/main/card/Project/ThumbnailProject.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function ThumbnailProject({thumbnail}) {
<div className="absolute top-0 left-0 z-10 w-full h-full p-4 flex justify-center items-center bg-slate-950/95 border-solid border-slate-700">
<div className="flex flex-col p-6 gap-4 bg-slate-900 rounded-xl border-slate-700 border-[1px]">
<div className="flex justify-between items-start pb-3 border-b-slate-700 border-b-2 gap-3">
<div className={`${font.Satoshi_b2bold} text-white`}>NSFW Warning</div>
<div className={`${font.Satoshi_b2bold} text-white`}>NSFW Warning by Fluxync</div>
<div className="cursor-pointer pt-1" onClick={() => setNsfwWarning(false)}>
<FaTimes className="w-4 h-4 text-white" />
</div>
Expand Down

0 comments on commit 83958a4

Please sign in to comment.