Skip to content

Commit 85800a0

Browse files
merge: master into spotlight branch
1 parent 3de4fbc commit 85800a0

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

app/components/ContentBlurbs.js

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -34,35 +34,6 @@ const getExternalEventName = (href) => {
3434
return undefined;
3535
};
3636

37-
const slugify = (value) => {
38-
if (!value) {
39-
return "unknown";
40-
}
41-
42-
return value
43-
.toString()
44-
.toLowerCase()
45-
.replace(/[^a-z0-9]+/g, "-")
46-
.replace(/(^-|-$)+/g, "");
47-
};
48-
49-
const getExternalEventName = (href) => {
50-
if (!href) {
51-
return undefined;
52-
}
53-
54-
const normalized = href.toLowerCase();
55-
if (normalized.startsWith("mailto:") || normalized.startsWith("tel:")) {
56-
return "link-contact";
57-
}
58-
59-
if (normalized.startsWith("http")) {
60-
return "link-external";
61-
}
62-
63-
return undefined;
64-
};
65-
6637
export const CollapsibleContentBlurb = ({ title, description, content, references, image, imageDark }) => {
6738
const [isExpanded, setIsExpanded] = useState(false);
6839

app/content/blog/contributor-spotlight-master-malwyl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ description = "A conversation with ~master-malwyl on Azimuth, identity, and buil
77
[extra]
88
# author = ""
99
ship = "~sarlev-sarsen"
10-
image = "<IMAGE_URL>"
11-
imageCard = "<IMAGE_CARD_URL>"
10+
image = "https://s3.us-east-1.amazonaws.com/urbit.orgcontent/Blog/Blog_QA+nordus-mocwyl_Social.png"
11+
imageCard = "https://s3.us-east-1.amazonaws.com/urbit.orgcontent/Blog/Blog_QA+nordus-mocwyl_Social16_9.png"
1212
# imageIndex = "<IMAGE_INDEX_URL>"
1313
# imageDark = ""
1414
# imageCardDark = ""

0 commit comments

Comments
 (0)