fix(profile): use bullet entity in placeholder SVG text

This commit is contained in:
sck_0
2026-03-07 12:12:41 +01:00
parent 56b09a120c
commit db14982faa
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="170" viewBox="0 0 400 170">
<rect width="400" height="170" fill="#fff" stroke="#e4e2e2" rx="4.5"/>
<text x="200" y="85" text-anchor="middle" fill="#434d58" font-size="14" font-family="sans-serif">Pin card " Generated by GitHub Action</text>
<text x="200" y="85" text-anchor="middle" fill="#434d58" font-size="14" font-family="sans-serif">Pin card &#8226; Generated by GitHub Action</text>
</svg>

Before

Width:  |  Height:  |  Size: 312 B

After

Width:  |  Height:  |  Size: 318 B

View File

@@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="320" height="170" viewBox="0 0 320 170">
<rect width="320" height="170" fill="#fff" stroke="#e4e2e2" rx="4.5"/>
<text x="160" y="85" text-anchor="middle" fill="#434d58" font-size="14" font-family="sans-serif">Top languages " Generated by GitHub Action</text>
<text x="160" y="85" text-anchor="middle" fill="#434d58" font-size="14" font-family="sans-serif">Top languages &#8226; Generated by GitHub Action</text>
</svg>

Before

Width:  |  Height:  |  Size: 317 B

After

Width:  |  Height:  |  Size: 323 B