Use short tag displaying on every project header.
continuous-integration/drone/push Build is passing
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
import Icon from "./Icon.svelte";
|
||||
import LinkHook from "./LinkHook.svelte";
|
||||
import Markdown from "./Markdown.svelte";
|
||||
import ProjectIcon from "./ProjectIcon.svelte";
|
||||
import ProjectIcon from "./ProjectIcon.svelte";
|
||||
import ProjectProgress from "./ProjectProgress.svelte";
|
||||
import Tag from "./Tag.svelte";
|
||||
import TimeProgress from "./TimeProgress.svelte";
|
||||
import Tag from "./Tag.svelte";
|
||||
import TimeProgress from "./TimeProgress.svelte";
|
||||
|
||||
interface EntryIconHolder {
|
||||
icon: IconName
|
||||
@@ -67,7 +67,7 @@ import TimeProgress from "./TimeProgress.svelte";
|
||||
{/if}
|
||||
<div class="body">
|
||||
<div class="header">
|
||||
{#if !full && entry.tags && entry.tags.length > 0}
|
||||
{#if entry.tags && entry.tags.length > 0}
|
||||
<Tag small value={entry.tags[0]} />
|
||||
{/if}
|
||||
<div class="name">
|
||||
|
||||
Reference in New Issue
Block a user