diff options
Diffstat (limited to 'apps/web/components/dashboard/preview/LinkContentSection.tsx')
| -rw-r--r-- | apps/web/components/dashboard/preview/LinkContentSection.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/web/components/dashboard/preview/LinkContentSection.tsx b/apps/web/components/dashboard/preview/LinkContentSection.tsx index dd419fcd..f0277f3b 100644 --- a/apps/web/components/dashboard/preview/LinkContentSection.tsx +++ b/apps/web/components/dashboard/preview/LinkContentSection.tsx @@ -194,13 +194,13 @@ export default function LinkContentSection({ <div className="flex h-full flex-col items-center gap-2"> <Select onValueChange={setSection} value={section}> <SelectTrigger className="w-fit"> - <SelectValue /> + <span className="mr-2"> + <SelectValue /> + </span> </SelectTrigger> <SelectContent> <SelectGroup> - <SelectItem value="cached"> - {t("preview.cached_content")} - </SelectItem> + <SelectItem value="cached">{t("preview.reader_view")}</SelectItem> <SelectItem value="screenshot" disabled={!bookmark.content.screenshotAssetId} |
