Browse Source

Update Santa.jsx

pull/13868/head
sfturing 6 years ago
committed by 偏右
parent
commit
3a6e0e2dfa
  1. 2
      site/theme/template/Layout/Santa.jsx

2
site/theme/template/Layout/Santa.jsx

@ -6,7 +6,7 @@ export default () => {
const isChristmas = now.getMonth() === 11 && now.getDate() === 25;
return (
isChristmas && (
<Tooltip title="🎅🏻 Merry Chrismas!">
<Tooltip title="🎅🏻 Merry Christmas!">
<div className="santa">
<div className="santa-body">
<div className="santa-head">

Loading…
Cancel
Save