From 9fc7290aa63a6ef357d6b8a5ca14e1684050f9f0 Mon Sep 17 00:00:00 2001 From: rizaldy Date: Thu, 1 Feb 2024 02:05:36 +0700 Subject: [PATCH] feat: add bg placeholder --- components/Feed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Feed.js b/components/Feed.js index 5ba4de8..e530eea 100644 --- a/components/Feed.js +++ b/components/Feed.js @@ -23,7 +23,7 @@ const Feed = ({ }); }} > - {url} + {url} ))}