Skip to content

Commit 9f1fe7c

Browse files
authored
Merge pull request #73 from code4rena-dev/samus/fix-fonts
Fix satoshi font import
2 parents d3dfa72 + 1baa23f commit 9f1fe7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.storybook/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ const config: StorybookConfig = {
3131
...config.resolve,
3232
alias: {
3333
...config.resolve.alias,
34-
"./fonts": path.resolve(__dirname, "../src/lib/fonts"),
34+
"./fonts": path.resolve(__dirname, "../public/fonts"),
3535
},
3636
};
3737
} else {
3838
config.resolve = {
3939
alias: {
40-
"./fonts": path.resolve(__dirname, "../src/lib/fonts"),
40+
"./fonts": path.resolve(__dirname, "../public/fonts"),
4141
},
4242
};
4343
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code4rena/components-library",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Code4rena's official components library ",
55
"types": "./dist/lib.d.ts",
66
"exports": {

0 commit comments

Comments
 (0)