Drive: text bits

This commit is contained in:
Enrico Ros
2026-01-30 20:04:24 -08:00
parent a85556ab5b
commit 2a124e7588
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -35,7 +35,6 @@ NEXT_PUBLIC_GOOGLE_DRIVE_CLIENT_ID=your-client-id.apps.googleusercontent.com
## Usage ## Usage
- Click **Drive** button in attachment menu - Click **Drive** button in attachment menu
- Or press **Ctrl + Shift + G**
## Supported Files ## Supported Files
@@ -41,7 +41,6 @@ function ButtonAttachGoogleDrive(props: {
<Box sx={buttonAttachSx.tooltip}> <Box sx={buttonAttachSx.tooltip}>
<b>Add from Google Drive</b><br /> <b>Add from Google Drive</b><br />
Attach files from your Drive Attach files from your Drive
<KeyStroke combo='Ctrl + Shift + G' sx={{ mt: 1, mb: 0.5 }} />
</Box> </Box>
}> }>
{button} {button}