diff --git a/packages/nc-gui/assets/nc-icons/nocodb.svg b/packages/nc-gui/assets/nc-icons/nocodb.svg new file mode 100644 index 0000000000..8e33b7798d --- /dev/null +++ b/packages/nc-gui/assets/nc-icons/nocodb.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/packages/nc-gui/components/feed/Recents/Card.vue b/packages/nc-gui/components/feed/Recents/Card.vue index 90024fca14..e9521bc1a4 100644 --- a/packages/nc-gui/components/feed/Recents/Card.vue +++ b/packages/nc-gui/components/feed/Recents/Card.vue @@ -32,7 +32,7 @@ const renderedText = computedAsync(async () => { .use(rehypeStringify) .process( Description.replace(/!\[.*?\]\(.*?\)/g, '') - .substring(0, 300) + .substring(0, 250) .concat('...') .concat(`  [Read more](${Url})`), ) @@ -44,11 +44,11 @@ const renderedText = computedAsync(async () => {
- + {{ source }}
-
+
{{ timeAgo(CreatedAt) }}
@@ -63,12 +63,12 @@ const renderedText = computedAsync(async () => {