Skip to content

Commit

Permalink
Add darkmode version of workspace banner (#2788)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwallacespeckle authored Aug 28, 2024
1 parent eec4774 commit c8cdb35
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/frontend-2/assets/images/workspaces.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion packages/frontend-2/components/workspaces/Promo/Banner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
<img
src="~~/assets/images/workspaces.png"
alt="Introducing workspaces"
class="absolute top-0 right-0 w-8/12 sm:w-7/12 h-full object-cover"
class="absolute top-0 right-0 w-full sm:w-9/12 h-full object-cover dark:hidden"
/>

<img
src="~~/assets/images/workspaces-dark.png"
alt="Introducing workspaces"
class="absolute top-0 right-0 w-full sm:w-9/12 h-full object-cover hidden dark:block"
/>

<div
Expand Down

0 comments on commit c8cdb35

Please sign in to comment.