mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-03-31 02:50:52 +00:00
Remove redundant closing bracket
This commit is contained in:
parent
e2edc5f3e8
commit
9c4a619766
@ -39,7 +39,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
|||||||
};
|
};
|
||||||
else if (month === 3 && day === 8)
|
else if (month === 3 && day === 8)
|
||||||
return {
|
return {
|
||||||
blurb: `Today is <a href="https://www.internationalwomensday.com/">International Women's Day}</a>`,
|
blurb: `Today is <a href="https://www.internationalwomensday.com/">International Women's Day</a>`,
|
||||||
class: "symbol-venus",
|
class: "symbol-venus",
|
||||||
};
|
};
|
||||||
else if (month === 3 && day === 31)
|
else if (month === 3 && day === 31)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user