Skip to content

Commit

Permalink
Merge pull request #1526 from mermaid-js/release-promotion
Browse files Browse the repository at this point in the history
Release live editor
  • Loading branch information
sidharthv96 authored Sep 5, 2024
2 parents 4d4dde0 + 370a03f commit 07595b5
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 196 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"devDependencies": {
"@cypress/snapshot": "2.1.7",
"@fortawesome/fontawesome-free": "^6.5.1",
"@sveltejs/adapter-static": "3.0.2",
"@sveltejs/kit": "2.5.19",
"@sveltejs/adapter-static": "3.0.4",
"@sveltejs/kit": "2.5.26",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@testing-library/svelte": "4.2.3",
"@types/dompurify": "^3.0.5",
Expand Down
1 change: 1 addition & 0 deletions src/lib/components/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<svelte:component this={activePromotion.component} />
</div>
<button
class="rounded hover:text-black"
title="Dismiss banner"
on:click={() => {
dismissPromotion(activePromotion?.id);
Expand Down
3 changes: 1 addition & 2 deletions src/lib/util/promos/August2024.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
in:fade={{ delay: 750 }}
out:fade={{ duration: 1000 }}>
<span class="text-sm tracking-wider">{currentTagline.label}</span>
<button
class="border:surface-50 dark:hover:surface-50 dark:white text-surface-50 rounded border px-3 py-1 text-sm tracking-wide hover:border-[#00237A] hover:bg-[#00237A]"
<button class="rounded bg-[#111113] p-1 px-2 text-sm font-semibold tracking-wide"
>Try it now</button>
</a>
{/key}
Expand Down
Loading

0 comments on commit 07595b5

Please sign in to comment.