Add new interstitial to Discover

This commit is contained in:
Eric Bailey
2024-12-12 16:45:45 -06:00
parent be3c36fcf6
commit b03a85ad53
5 changed files with 137 additions and 22 deletions
+2
View File
@@ -16,6 +16,7 @@ export function TopicLarge({topic, style}: {topic: string} & ViewStyleProp) {
a.rounded_md,
a.border,
t.atoms.border_contrast_medium,
t.atoms.bg,
style,
]}>
<Text
@@ -37,6 +38,7 @@ export function TopicSmall({topic, style}: {topic: string} & ViewStyleProp) {
a.rounded_sm,
a.border,
t.atoms.border_contrast_medium,
t.atoms.bg,
style,
]}>
<Text