Skip to content

Commit

Permalink
🩹 Change reat-atoms isImportant to true
Browse files Browse the repository at this point in the history
  • Loading branch information
dohyun-ko committed Aug 24, 2024
1 parent d41cf5f commit 8c0e88f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
region: "eu",
});
</script>
<script type="module" crossorigin src="/assets/index-c5126b8b.js"></script>
<script type="module" crossorigin src="/assets/index-a75d7eb2.js"></script>
<link rel="stylesheet" href="/assets/index-32718201.css">
</head>
<body>
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
region: "eu",
});
</script>
<script type="module" crossorigin src="/assets/index-c5126b8b.js"></script>
<script type="module" crossorigin src="/assets/index-a75d7eb2.js"></script>
<link rel="stylesheet" href="/assets/index-32718201.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en-US/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export const main = {
},
{
name: "React-Atoms: React Component Library",
isImportant: false,
isImportant: true,
url: "https://github.com/dohyun-ko/react-atoms",
startedAt: "2023-07",
endedAt: "2023-07",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ko-KR/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export const main = {
},
{
name: "React-Atoms: React Component Library",
isImportant: false,
isImportant: true,
url: "https://github.com/dohyun-ko/react-atoms",
startedAt: "2023-07",
endedAt: "2023-07",
Expand Down

0 comments on commit 8c0e88f

Please sign in to comment.