🔍️ Динамический og:title для комнат

This commit is contained in:
2021-10-01 23:33:20 +03:00
parent 2085487718
commit 88557c2a9d

View File

@@ -80,6 +80,7 @@
</script> </script>
<svelte:head> <svelte:head>
<meta property="og:title" content={room && room.name ? room.name : 'Study Buddy'}>
<title>{room && room.name ? room.name : 'Study Buddy'}</title> <title>{room && room.name ? room.name : 'Study Buddy'}</title>
</svelte:head> </svelte:head>