From 68ab9c310a489fc781bc12c4be4f127007317f3d Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Sat, 18 Jan 2025 18:35:06 +0000 Subject: [PATCH] add icon to end card --- src/screens/VideoFeed/index.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/screens/VideoFeed/index.tsx b/src/screens/VideoFeed/index.tsx index 09cae56ccf..54fdb787b2 100644 --- a/src/screens/VideoFeed/index.tsx +++ b/src/screens/VideoFeed/index.tsx @@ -76,6 +76,7 @@ import {setNavigationBar} from '#/alf/util/navigationBar' import {Button, ButtonIcon, ButtonText} from '#/components/Button' import {ArrowLeft_Stroke2_Corner0_Rounded as ArrowLeftIcon} from '#/components/icons/Arrow' import {Check_Stroke2_Corner0_Rounded as CheckIcon} from '#/components/icons/Check' +import {Leaf_Stroke2_Corner0_Rounded as LeafIcon} from '#/components/icons/Leaf' import * as Layout from '#/components/Layout' import {Link} from '#/components/Link' import {ListFooter} from '#/components/Lists' @@ -774,12 +775,22 @@ function EndMessage() { + + + That's everything!