mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 14:03:25 +00:00
Put real copy on permission request page
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* eslint-disable react/no-unescaped-entities */
|
||||
import { useCallback } from 'react';
|
||||
|
||||
import { Button } from '~components/Button';
|
||||
@@ -73,20 +72,9 @@ export default function PermissionRequest() {
|
||||
<Card icon={<Icon name="shield" />}>
|
||||
<h3>Active tab</h3>
|
||||
<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
|
||||
right before you go She adores you, run towards you, calls on the landline That coat wasn't always real
|
||||
you loved just How the fabric feels but I was somebody else A boy in a belt who knew tearjerker you are
|
||||
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
|
||||
To determine which site has access to the extension or not, we need to know what tab you're currently
|
||||
using. This permission is given to all extensions by default, so your browser won't prompt you for
|
||||
it.
|
||||
</p>
|
||||
</Card>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user