diff --git a/pages/[user].tsx b/pages/[user].tsx index 62499c4f..ef5f9cae 100644 --- a/pages/[user].tsx +++ b/pages/[user].tsx @@ -20,6 +20,8 @@ export default function User(props) { {props.user.name || props.user.username} | Calendso + +
@@ -89,4 +91,4 @@ export function getRandomColorCode() { color += Math.floor(Math.random() * 10); } return color; -} \ No newline at end of file +} diff --git a/pages/[user]/[type].tsx b/pages/[user]/[type].tsx index f2ac3452..a07157fb 100644 --- a/pages/[user]/[type].tsx +++ b/pages/[user]/[type].tsx @@ -96,6 +96,9 @@ export default function Type(props) { Calendso + " + props.eventType.description).replace(/'/g, "%27") + ".png?md=1&images=https%3A%2F%2Fcalendso.com%2Fcalendso-logo-white.svg&images=" + encodeURIComponent(props.user.avatar)} /> + +