mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-13 08:46:56 +08:00
Merge pull request #245 from marpeand/main
Add Flask wordmarks & update wordmark button
This commit is contained in:
commit
70a0aac8ea
@ -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;
|
||||||
}}
|
}}
|
||||||
|
@ -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/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
1
static/library/flask-wordmark-dark.svg
Normal file
1
static/library/flask-wordmark-dark.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 16 KiB |
1
static/library/flask-wordmark-light.svg
Normal file
1
static/library/flask-wordmark-light.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in New Issue
Block a user