Skip to content

Commit

Permalink
refactor: 🔨 delete the favicon and unused images; update home > featu…
Browse files Browse the repository at this point in the history
…res > datastores header
  • Loading branch information
simplymichael committed Sep 2, 2024
1 parent 1ad67ad commit b068b46
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file removed src/public/favicon.png
Binary file not shown.
Empty file added src/public/images/.gitkeep
Empty file.
Binary file removed src/public/images/logo-purple.png
Binary file not shown.
Binary file removed src/public/images/sample-code-dark.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/resources/views/home/sections/features-section.pug
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ section(id="features", class="bg-primary bg-opacity-[3%] pt-[120px] pb-[50px]")
div(class="mb-[70px] wow fadeInUp" data-wow-delay=".2s")
div(class="w-[70px] h-[70px] flex items-center justify-center rounded-md bg-primary bg-opacity-10 mb-10 text-primary")
include /components/icons/database
h3(class="font-bold text-black dark:text-white text-xl sm:text-2xl lg:text-xl xl:text-2xl mb-5") Supports multiple Datastores.
h3(class="font-bold text-black dark:text-white text-xl sm:text-2xl lg:text-xl xl:text-2xl mb-5") Multiple Datastores.
p(class="text-body-color text-base leading-relaxed font-medium pr-[10px]")= appName
| supports a variety of datastores ranging from schemaful (explicit schema) to
| schemaless (implicit schema) databases.
Expand Down

0 comments on commit b068b46

Please sign in to comment.