From 465caccc941731431c840091c3a9bc3e0c14c68f Mon Sep 17 00:00:00 2001 From: Ricardo Date: Fri, 13 Mar 2026 12:55:29 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20replace=20invalid=20icon=20names=20?= =?UTF-8?q?=E2=80=94=20external=E2=86=92syndicate,=20checkboxChecked?= =?UTF-8?q?=E2=86=92tick=20(v1.0.48)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These icon names don't exist in @indiekit/frontend's icon set, rendering as empty placeholder squares. Replaced with valid core icons. Confab-Link: http://localhost:8080/sessions/bb4a6ec4-b711-48cd-b3d7-942ec2a9851d --- package.json | 2 +- views/actor.njk | 6 +++--- views/channel.njk | 4 ++-- views/item.njk | 4 ++-- views/partials/item-card.njk | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 1b4fba6..8187355 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rmdes/indiekit-endpoint-microsub", - "version": "1.0.47", + "version": "1.0.48", "description": "Microsub endpoint for Indiekit. Enables subscribing to feeds and reading content using the Microsub protocol.", "keywords": [ "indiekit", diff --git a/views/actor.njk b/views/actor.njk index 6b7c8c7..9623275 100644 --- a/views/actor.njk +++ b/views/actor.njk @@ -38,14 +38,14 @@
- {{ icon("external") }} View profile + {{ icon("syndicate") }} View profile {% if canFollow %} {% if isFollowing %}
{% else %} @@ -152,7 +152,7 @@ {# Actions #}
- {{ icon("external") }} + {{ icon("syndicate") }} {{ icon("reply") }} diff --git a/views/channel.njk b/views/channel.njk index 1975991..df28d7c 100644 --- a/views/channel.njk +++ b/views/channel.njk @@ -10,7 +10,7 @@ {% endif %} @@ -58,7 +58,7 @@ {% else %}