diff --git a/web/src/components/Blogs/index.js b/web/src/components/Blogs/index.js index e0dcf8a9..ef896e59 100644 --- a/web/src/components/Blogs/index.js +++ b/web/src/components/Blogs/index.js @@ -28,7 +28,7 @@ const Blogs = () => { description={"What started as a frustration with not being able to get in touch with our users, quickly developed into a redesign of the flow of our platform"} blogLink={"https://cyclops-ui.com/blog/2024/04/12/telemetry"} avatar={"https://github.com/KaradzaJuraj.png"} - banner={'/img/2024-04-12-telemetry/telemetry-cover.png'} + banner={'/img/2024-04-12-telemetry/telemetry-cover-preview.png'} /> @@ -37,7 +37,7 @@ const Blogs = () => { description={"We perceive things by the way we interact with and understand them"} blogLink={"https://cyclops-ui.com/blog/2024/03/26/devs-perspective"} avatar={"https://github.com/KaradzaJuraj.png"} - banner={'/img/2024-03-26-devs-perspective/devs-perspective.webp'} + banner={'/img/2024-03-26-devs-perspective/devs-perspective-preview.png'} /> @@ -46,7 +46,7 @@ const Blogs = () => { description={"Have you ever thought of contributing to open source?"} blogLink={"https://cyclops-ui.com/blog/2024/02/23/contributing-to-OS"} avatar={"https://github.com/KaradzaJuraj.png"} - banner={'/img/2024-02-23-contributing-to-OS/contributing-to-OS.jpeg'} + banner={'/img/2024-02-23-contributing-to-OS/contributing-to-OS-preview.jpeg'} /> diff --git a/web/static/img/2024-02-23-contributing-to-OS/contributing-to-OS-preview.jpeg b/web/static/img/2024-02-23-contributing-to-OS/contributing-to-OS-preview.jpeg new file mode 100644 index 00000000..1a8a4893 Binary files /dev/null and b/web/static/img/2024-02-23-contributing-to-OS/contributing-to-OS-preview.jpeg differ diff --git a/web/static/img/2024-03-26-devs-perspective/devs-perspective-preview.png b/web/static/img/2024-03-26-devs-perspective/devs-perspective-preview.png new file mode 100644 index 00000000..f428357e Binary files /dev/null and b/web/static/img/2024-03-26-devs-perspective/devs-perspective-preview.png differ diff --git a/web/static/img/2024-04-12-telemetry/telemetry-cover-preview.png b/web/static/img/2024-04-12-telemetry/telemetry-cover-preview.png new file mode 100644 index 00000000..f1be9ff6 Binary files /dev/null and b/web/static/img/2024-04-12-telemetry/telemetry-cover-preview.png differ