diff --git a/packages/app/src/Element/Feed/DisplayAsSelector.tsx b/packages/app/src/Element/Feed/DisplayAsSelector.tsx index 6ba7d6a0..a8837426 100644 --- a/packages/app/src/Element/Feed/DisplayAsSelector.tsx +++ b/packages/app/src/Element/Feed/DisplayAsSelector.tsx @@ -1,4 +1,5 @@ import { FormattedMessage } from "react-intl"; +import Icon from "@/Icons/Icon"; export type DisplayAs = "grid" | "feed"; @@ -17,14 +18,16 @@ export const DisplayAsSelector = ({ activeSelection, onSelect, show }: DisplaySe activeSelection === "feed" ? "border-b border-1" : "hover:bg-nearly-bg-color text-secondary" }`} onClick={() => onSelect("feed")}> - + + +
onSelect("grid")}> - +
); diff --git a/packages/app/src/icons.svg b/packages/app/src/icons.svg index e6fc4acb..a370e028 100644 --- a/packages/app/src/icons.svg +++ b/packages/app/src/icons.svg @@ -407,5 +407,11 @@ + + + + + + \ No newline at end of file diff --git a/packages/app/src/lang.json b/packages/app/src/lang.json index 60510638..a0c4dfb2 100644 --- a/packages/app/src/lang.json +++ b/packages/app/src/lang.json @@ -534,9 +534,6 @@ "HhcAVH": { "defaultMessage": "You don't follow this person, click here to load media from {link}, or update your preferences to always load media from everybody." }, - "HzfrYu": { - "defaultMessage": "Grid" - }, "IEwZvs": { "defaultMessage": "Are you sure you want to unpin this note?" }, @@ -1062,9 +1059,6 @@ "eSzf2G": { "defaultMessage": "A single zap of {nIn} sats will allocate {nOut} sats to the zap pool." }, - "eW/Bj9": { - "defaultMessage": "Feed" - }, "eXT2QQ": { "defaultMessage": "Group Chat" }, diff --git a/packages/app/src/translations/en.json b/packages/app/src/translations/en.json index e6c03e2a..6f2282bd 100644 --- a/packages/app/src/translations/en.json +++ b/packages/app/src/translations/en.json @@ -176,7 +176,6 @@ "HWbkEK": "Clear cache and reload", "HbefNb": "Open Wallet", "HhcAVH": "You don't follow this person, click here to load media from {link}, or update your preferences to always load media from everybody.", - "HzfrYu": "Grid", "IEwZvs": "Are you sure you want to unpin this note?", "IKKHqV": "Follows", "IVbtTS": "Zap all {n} sats", @@ -349,7 +348,6 @@ "eHAneD": "Reaction emoji", "eJj8HD": "Get Verified", "eSzf2G": "A single zap of {nIn} sats will allocate {nOut} sats to the zap pool.", - "eW/Bj9": "Feed", "eXT2QQ": "Group Chat", "egib+2": "{n,plural,=1{& {n} other} other{& {n} others}}", "fBI91o": "Zap",