mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-18 11:57:06 +01:00
Use SVG versions of the banner (#521)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
src/client/static/open-saas-banner-dark.png
|
||||
src/client/static/open-saas-banner-light.png
|
||||
src/client/static/open-saas-banner-dark.svg
|
||||
src/client/static/open-saas-banner-light.svg
|
||||
src/landing-page/components/Hero.tsx
|
||||
src/landing-page/contentSections.ts
|
||||
src/payment/lemonSqueezy/checkoutUtils.ts
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.2 MiB |
1
template/app/src/client/static/open-saas-banner-dark.svg
Normal file
1
template/app/src/client/static/open-saas-banner-dark.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 115 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 MiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 115 KiB |
@@ -1,6 +1,6 @@
|
||||
import { Link as WaspRouterLink, routes } from "wasp/client/router";
|
||||
import openSaasBannerDark from "../../client/static/open-saas-banner-dark.png";
|
||||
import openSaasBannerLight from "../../client/static/open-saas-banner-light.png";
|
||||
import openSaasBannerDark from "../../client/static/open-saas-banner-dark.svg";
|
||||
import openSaasBannerLight from "../../client/static/open-saas-banner-light.svg";
|
||||
import { Button } from "../../components/ui/button";
|
||||
|
||||
export default function Hero() {
|
||||
|
||||
Reference in New Issue
Block a user