Merge pull request #245 from marpeand/main

Add Flask wordmarks & update wordmark button
This commit is contained in:
Pablo Hdez
2024-02-07 09:01:39 +00:00
committed by GitHub
4 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -250,7 +250,7 @@
</a> </a>
{#if svgInfo.wordmark !== undefined} {#if svgInfo.wordmark !== undefined}
<button <button
title="Show wordmark SVG" title={wordmarkSvg ? 'Show logo SVG' : 'Show wordmark SVG'}
on:click={() => { on:click={() => {
wordmarkSvg = !wordmarkSvg; wordmarkSvg = !wordmarkSvg;
}} }}
+4
View File
@@ -2241,6 +2241,10 @@ export const svgs: iSVG[] = [
light: '/library/flask-light.svg', light: '/library/flask-light.svg',
dark: '/library/flask-dark.svg' dark: '/library/flask-dark.svg'
}, },
wordmark: {
light: '/library/flask-wordmark-light.svg',
dark: '/library/flask-wordmark-dark.svg'
},
url: 'https://flask.palletsprojects.com/' url: 'https://flask.palletsprojects.com/'
}, },
{ {
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB