diff --git a/src/components/chat/ChatInterface.vue b/src/components/chat/ChatInterface.vue
index 8961645..d4180d8 100644
--- a/src/components/chat/ChatInterface.vue
+++ b/src/components/chat/ChatInterface.vue
@@ -393,7 +393,7 @@ const chatLoading = computed(() =>
);
const dynamicActionCards = computed(() => {
return props.defaultScreenConfig.actionCardQueries ||
- (!isFreshUser &&
+ (!isFreshUser.value &&
activeCollectionData.value &&
activeCollectionVideos.value.length > 0)
? [
@@ -401,7 +401,7 @@ const dynamicActionCards = computed(() => {
component: UploadVideoQueryCard,
isDemo: isFreshUser.value,
content:
- "Upload [this video](https://www.youtube.com/watch?v=FgrO9ADPZSA) and generate a bullet point summary.",
+ "Upload
https://youtu.be/FgrO9ADPZSA and generate a bullet point summary.",
type: "primary",
action: "chat",
icon: FileUploadIcon,
diff --git a/src/components/chat/elements/DefaultScreen.vue b/src/components/chat/elements/DefaultScreen.vue
index fe6f912..e46000b 100644
--- a/src/components/chat/elements/DefaultScreen.vue
+++ b/src/components/chat/elements/DefaultScreen.vue
@@ -172,20 +172,6 @@
>
Videos in {{ collectionName }}