Remove redundant closing bracket
This commit is contained in:
parent
335d0663d0
commit
1c66ae48cc
@ -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