Put real copy on permission request page

This commit is contained in:
Jip Fr
2024-02-07 18:26:56 +01:00
parent 2f75a9d2ac
commit dca80c1d04

View File

@@ -1,4 +1,3 @@
/* eslint-disable react/no-unescaped-entities */
import { useCallback } from 'react'; import { useCallback } from 'react';
import { Button } from '~components/Button'; import { Button } from '~components/Button';
@@ -73,20 +72,9 @@ export default function PermissionRequest() {
<Card icon={<Icon name="shield" />}> <Card icon={<Icon name="shield" />}>
<h3>Active tab</h3> <h3>Active tab</h3>
<p className="text-color paragraph"> <p className="text-color paragraph">
Talk late over pleasantries that never meant much to me But it was meaning everything to you A cold pause To determine which site has access to the extension or not, we need to know what tab you&apos;re currently
right before you go She adores you, run towards you, calls on the landline That coat wasn't always real using. This permission is given to all extensions by default, so your browser won&apos;t prompt you for
you loved just How the fabric feels but I was somebody else A boy in a belt who knew tearjerker you are it.
you've been shaking me out I said one day passes by but I will stay the same When you look me in the eyes
dear What will you do? When you notice there is nothing For you to hold on to Last night I broke down when
you said I thought you were better than that Kept my head above the wash now I'm hoping that we never go
back I'm hoping that we never go back Stood tall on a shallow reef right there beside The public beach
hoping I was something sharks would eat You said, "Sugar how you holding up? I said, "Hey, my body's gone
but I'm feelin' you still" Always on the move Ground controller Oh, beam me up I've have enough I'm ready
to lose How's it going? Oh, hi hello I'd like to know if there's ever be One day that passes by when I
don't stay the same When you look me in the eyes dear What will you do? When you notice there is nothing
For you to hold on to Last night I broke down when you said I thought you were better than that Kept my
head above the wash now I'm hoping that we never go back Tearjerker you made me fell I'm hopping that we
never go back
</p> </p>
</Card> </Card>
</div> </div>