diff --git a/docs/images/logos/snowflake/snowflake-logo-dark.svg b/docs/images/logos/snowflake/snowflake-logo-dark.svg new file mode 100644 index 0000000..16005b3 --- /dev/null +++ b/docs/images/logos/snowflake/snowflake-logo-dark.svg @@ -0,0 +1,26 @@ + + + + Group + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/images/logos/snowflake/snowflake-logo-light.svg b/docs/images/logos/snowflake/snowflake-logo-light.svg new file mode 100644 index 0000000..9a5a1e9 --- /dev/null +++ b/docs/images/logos/snowflake/snowflake-logo-light.svg @@ -0,0 +1,26 @@ + + + + Group + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/snippets/LogoCarousel.jsx b/docs/snippets/LogoCarousel.jsx index 1793955..e0f6ce9 100644 --- a/docs/snippets/LogoCarousel.jsx +++ b/docs/snippets/LogoCarousel.jsx @@ -39,6 +39,7 @@ export const LogoCarousel = () => { { name: "Qodo", url: "https://www.qodo.ai/", lightSrc: "/images/logos/qodo/qodo-logo-light.png", darkSrc: "/images/logos/qodo/qodo-logo-dark.svg" }, { name: "Laravel Boost", url: "https://github.com/laravel/boost", lightSrc: "/images/logos/laravel-boost/boost-light-mode.svg", darkSrc: "/images/logos/laravel-boost/boost-dark-mode.svg" }, { name: "Emdash", url: "https://emdash.sh", lightSrc: "/images/logos/emdash/emdash-logo-light.svg", darkSrc: "/images/logos/emdash/emdash-logo-dark.svg" }, + { name: "Snowflake", url: "https://docs.snowflake.com/en/user-guide/cortex-code/cortex-code", lightSrc: "/images/logos/snowflake/snowflake-logo-light.svg", darkSrc: "/images/logos/snowflake/snowflake-logo-dark.svg" }, ]; /* Shuffle logos on component mount */