diff options
| author | Kinfe123 <[email protected]> | 2024-07-04 11:03:40 +0300 |
|---|---|---|
| committer | Kinfe123 <[email protected]> | 2024-07-04 11:03:40 +0300 |
| commit | acf84411e6dc5b9fc7c689a864ba2f79a3dc8c81 (patch) | |
| tree | 2db9ba0f93f93e4e0f025ba1bd5bd3c418755034 /apps | |
| parent | fix: responsiveness on hero text (diff) | |
| download | supermemory-acf84411e6dc5b9fc7c689a864ba2f79a3dc8c81.tar.xz supermemory-acf84411e6dc5b9fc7c689a864ba2f79a3dc8c81.zip | |
fix: making the image work
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/app/(landing)/Showcase.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(landing)/Showcase.tsx b/apps/web/app/(landing)/Showcase.tsx index 940dfb4d..577b9266 100644 --- a/apps/web/app/(landing)/Showcase.tsx +++ b/apps/web/app/(landing)/Showcase.tsx @@ -23,7 +23,7 @@ const features: Array<Feature> = [ "Never lose a great idea again - instead of saving it in your head, save it in supermemory.", description: "The internet is full of great ideas, but there's a problem. They are ephemeral. They come and go. ", - image: "/images/asking_questions.png", + image: "asking_questions.png", icon: function ReportingIcon() { let id = useId(); return ( |