Skip to content

Commit 925e4eb

Browse files
authored
Merge pull request #124 from AppFlowy-IO/fix_stroke_width
fix: wrong stroke width token
2 parents c433e1c + 9441f6d commit 925e4eb

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const metaDescription =
2020
const site_url = process.env.NEXT_PUBLIC_SITE_BASE_URL;
2121

2222
export const metadata: Metadata = {
23+
metadataBase: new URL(site_url || 'http://localhost:3000'),
2324
title: metaTitle,
2425
description: metaDescription,
2526
alternates: {

components/product/use-cases-icons.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,37 +94,37 @@ export function CustomViewsIcon() {
9494
d='M12.0049 4.51718H17.8424C18.0969 4.51718 18.3032 4.31086 18.3032 4.05638C18.3032 3.8019 18.0969 3.59558 17.8424 3.59558H12.0049C11.7504 3.59558 11.5441 3.8019 11.5441 4.05638C11.5441 4.31084 11.7504 4.51718 12.0049 4.51718Z'
9595
fill='currentColor'
9696
stroke='currentColor'
97-
stroke-width='0.205332'
97+
strokeWidth='0.205332'
9898
/>
9999
<path
100100
d='M17.8424 6.31738H12.0049C11.7504 6.31738 11.5441 6.5237 11.5441 6.77818C11.5441 7.03266 11.7504 7.23898 12.0049 7.23898H17.8424C18.0969 7.23898 18.3032 7.03266 18.3032 6.77818C18.3032 6.5237 18.0969 6.31738 17.8424 6.31738Z'
101101
fill='currentColor'
102102
stroke='currentColor'
103-
stroke-width='0.205332'
103+
strokeWidth='0.205332'
104104
/>
105105
<path
106106
d='M7.99349 1.69738H4.77028C3.62571 1.69738 2.69787 2.62523 2.69787 3.76979V6.993C2.69787 8.13757 3.62571 9.06541 4.77028 9.06541H7.99349C9.13805 9.06541 10.0659 8.13757 10.0659 6.993V3.76979C10.0659 2.62524 9.13804 1.69738 7.99349 1.69738ZM9.14429 6.993C9.14429 7.62857 8.62905 8.14381 7.99349 8.14381H4.77028C4.13472 8.14381 3.61948 7.62857 3.61948 6.993V3.76979C3.61948 3.13423 4.13472 2.61899 4.77028 2.61899H7.99349C8.62905 2.61899 9.14429 3.13423 9.14429 3.76979V6.993Z'
107107
fill='currentColor'
108108
stroke='currentColor'
109-
stroke-width='0.205332'
109+
strokeWidth='0.205332'
110110
/>
111111
<path
112112
d='M17.8424 12.8354H12.0049C11.7504 12.8354 11.5441 13.0418 11.5441 13.2962C11.5441 13.5507 11.7504 13.757 12.0049 13.757H17.8424C18.0969 13.757 18.3032 13.5507 18.3032 13.2962C18.3032 13.0418 18.0969 12.8354 17.8424 12.8354Z'
113113
fill='currentColor'
114114
stroke='currentColor'
115-
stroke-width='0.205332'
115+
strokeWidth='0.205332'
116116
/>
117117
<path
118118
d='M17.8424 15.5572H12.0049C11.7504 15.5572 11.5441 15.7636 11.5441 16.018C11.5441 16.2725 11.7504 16.4789 12.0049 16.4789H17.8424C18.0969 16.4789 18.3032 16.2725 18.3032 16.018C18.3032 15.7636 18.0969 15.5572 17.8424 15.5572Z'
119119
fill='currentColor'
120120
stroke='currentColor'
121-
stroke-width='0.205332'
121+
strokeWidth='0.205332'
122122
/>
123123
<path
124124
d='M7.99349 10.9373H4.77028C3.62571 10.9373 2.69787 11.8651 2.69787 13.0097V16.2329C2.69787 17.3774 3.62571 18.3053 4.77028 18.3053H7.99349C9.13805 18.3053 10.0659 17.3774 10.0659 16.2329V13.0097C10.0659 11.8651 9.13804 10.9373 7.99349 10.9373ZM9.14429 16.2329C9.14429 16.8684 8.62905 17.3837 7.99349 17.3837H4.77028C4.13472 17.3837 3.61948 16.8684 3.61948 16.2329V13.0097C3.61948 12.3741 4.13472 11.8589 4.77028 11.8589H7.99349C8.62905 11.8589 9.14429 12.3741 9.14429 13.0097V16.2329Z'
125125
fill='currentColor'
126126
stroke='currentColor'
127-
stroke-width='0.205332'
127+
strokeWidth='0.205332'
128128
/>
129129
</g>
130130
</svg>

0 commit comments

Comments
 (0)