diff --git a/app/components/CircularsKeywords.tsx b/app/components/CircularsKeywords.tsx
index 500742f38..00fcfaf06 100644
--- a/app/components/CircularsKeywords.tsx
+++ b/app/components/CircularsKeywords.tsx
@@ -26,7 +26,7 @@ export function CircularsKeywords() {
Disallowed subject keywords
{emailAutoReplyChecklist.map((keyword) => (
- -
+
-
{keyword}
))}
diff --git a/app/components/Footer.tsx b/app/components/Footer.tsx
index d130c1b2a..924ce3e59 100644
--- a/app/components/Footer.tsx
+++ b/app/components/Footer.tsx
@@ -63,7 +63,7 @@ export function Footer() {
}
+ icon={}
headline="Questions or comments?"
>
Contact GCN directly
@@ -71,7 +71,7 @@ export function Footer() {
+
}
headline="Have you found a bug in GCN?"
>
@@ -79,9 +79,7 @@ export function Footer() {
- }
+ icon={}
headline="Want to contribute code to GCN?"
>
Get involved on GitHub
diff --git a/app/components/Highlight.tsx b/app/components/Highlight.tsx
index c597b8d33..527b1e7df 100644
--- a/app/components/Highlight.tsx
+++ b/app/components/Highlight.tsx
@@ -34,7 +34,7 @@ export function Highlight({
{filename && (
diff --git a/app/components/NoticeTypeCheckboxes.tsx b/app/components/NoticeTypeCheckboxes.tsx
index 1cc1a2623..b7b555a89 100644
--- a/app/components/NoticeTypeCheckboxes.tsx
+++ b/app/components/NoticeTypeCheckboxes.tsx
@@ -239,7 +239,7 @@ export function NoticeTypeCheckboxes({
link:
selectedFormat !== 'json'
? NoticeTypeLinks[mission]
- ? '/missions/' + NoticeTypeLinks[mission]
+ ? `/missions/${NoticeTypeLinks[mission]}`
: undefined
: JsonNoticeTypeLinks[mission],
nodes: noticeTypes.map((noticeType) => ({
diff --git a/app/routes/circulars/circulars.lib.ts b/app/routes/circulars/circulars.lib.ts
index ac21f15b8..cd0c938e2 100644
--- a/app/routes/circulars/circulars.lib.ts
+++ b/app/routes/circulars/circulars.lib.ts
@@ -197,7 +197,7 @@ export function formatAuthor({
export function parseEventFromSubject(value: string) {
for (const [regexp, normalize] of subjectMatchers) {
- const startsWithMatch = RegExp('^' + regexp.source).exec(value)
+ const startsWithMatch = RegExp(`^${regexp.source}`).exec(value)
if (startsWithMatch) return normalize(startsWithMatch)
}
for (const [regexp, normalize] of subjectMatchers) {
diff --git a/app/routes/notices.tsx b/app/routes/notices.tsx
index a32f68368..09c254846 100644
--- a/app/routes/notices.tsx
+++ b/app/routes/notices.tsx
@@ -78,7 +78,7 @@ function renderTag({