@edu-tosel/design 1.0.124 → 1.0.125
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/layout/template/Olympiad/Banner.js +1 -1
- package/package.json +1 -1
- package/tailwind.config.ts +0 -1
- package/version.txt +1 -1
|
@@ -6,7 +6,7 @@ export default function Banner() {
|
|
|
6
6
|
displays: "flex justify-center items-center",
|
|
7
7
|
spacings: "px-5",
|
|
8
8
|
textstyles: "antialiased",
|
|
9
|
-
backgrounds: "bg-[url('images/olympiad/img-oly-bg-a.png')] bg-cover bg-center",
|
|
9
|
+
backgrounds: "bg-[url('/images/olympiad/img-oly-bg-a.png')] bg-cover bg-center",
|
|
10
10
|
};
|
|
11
11
|
const explainer = {
|
|
12
12
|
textstyles: "text-xl md:text-2xl font-pretendard-medium text-gray-light mix-blend-difference sm:text-green-dark sm:mix-blend-normal",
|
package/package.json
CHANGED
package/tailwind.config.ts
CHANGED
package/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.125
|