Compare commits
No commits in common. "28f62927409556c42f55fa0d4957917d8ab4fbb4" and "1102852f6e8e82dab88fae63644a14abc4fb6767" have entirely different histories.
28f6292740
...
1102852f6e
@ -36,19 +36,9 @@ const Overlay = ({ overlayContent, closeOverlay }) => {
|
||||
{isOverlayOpen ? (
|
||||
<p
|
||||
onClick={closeOverlay}
|
||||
className="fixed right-0 bottom-0 md:mx-5 my-5 text-white rounded text-sm text-center w-full z-30 md:bottom-10 px-2 leading-relaxed"
|
||||
className="fixed right-0 bottom-0 md:mx-5 my-5 text-white rounded text-sm text-center w-full z-30"
|
||||
>
|
||||
Click anywhere or press "Escape" to close
|
||||
<span className="px-2">|</span>
|
||||
<a
|
||||
className="underline"
|
||||
target="_blank"
|
||||
rel="noreferer noopener"
|
||||
href={overlayContent?.url}
|
||||
>
|
||||
Click here
|
||||
</a>{" "}
|
||||
to see the raw media
|
||||
</p>
|
||||
) : null}
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "ig.rizaldy.club",
|
||||
"name": "edgy.photo",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
Loading…
Reference in New Issue
Block a user