Skip to content

Commit 0cd4a97

Browse files
latest
1 parent 41876bb commit 0cd4a97

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@iconify/react": "^5.0.2",
2121
"@markprompt/docusaurus-theme-search": "^0.26.1",
2222
"@mdx-js/react": "^3.0.0",
23+
"acorn-import-assertions": "^1.9.0",
2324
"clsx": "^2.0.0",
2425
"docusaurus-plugin-sass": "^0.2.5",
2526
"prism-react-renderer": "^2.3.0",

src/components/CallToActionButton/CallToActionButton.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
text-align: center;
2222

2323
transition: all 200ms ease-out 10ms;
24-
color: white;
2524

25+
color: white;
26+
2627
&:hover {
2728
box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
2829
transform: scale(1.05);
2930
border: #0a2313 solid 1px;
3031
text-decoration: none;
3132
}
32-
3333

3434
a:hover {
3535
color: white !important;

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@
181181
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5"
182182
integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==
183183

184+
"@babel/compat-data@^7.25.2":
185+
version "7.25.2"
186+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5"
187+
integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==
188+
184189
"@babel/core@^7.19.6", "@babel/core@^7.23.3":
185190
version "7.25.2"
186191
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"

0 commit comments

Comments
 (0)