Skip to content

Commit

Permalink
Publish 2 from deena into origin/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Deena El Orra authored and DeenaElOrra committed Nov 19, 2024
1 parent 5cfca86 commit ff7f3ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion islands/PriceCalculatorIsland.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default function PriceCalculatorIsland() {
className="text-2xl sm:text-2xl md:text-3xl font-mono text-[#02F67C] tracking-wider text-center"
style={{
textShadow: "0 0 10px rgba(2, 246, 124, 0.5)",
fontFamily: "'Argent Pixel', monospace",
fontFamily: "'Albert Sanss', monospace",
letterSpacing: "0.1em",
}}
>
Expand Down
2 changes: 1 addition & 1 deletion islands/PriceCalculatorIslandEN.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function PriceCalculatorIsland() {
className="text-2xl sm:text-2xl md:text-3xl font-mono text-[#02F67C] tracking-wider text-center"
style={{
textShadow: "0 0 10px rgba(2, 246, 124, 0.5)",
fontFamily: "'Argent Pixel', monospace",
fontFamily: "'Albert Sans', monospace",
letterSpacing: "0.1em",
}}
>
Expand Down

0 comments on commit ff7f3ae

Please sign in to comment.