Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rev #91

Merged
merged 1 commit into from
Aug 27, 2024
Merged

rev #91

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading