diff --git a/appview/models/notifications.go b/appview/models/notifications.go
index a99017a9..faaf6188 100644
--- a/appview/models/notifications.go
+++ b/appview/models/notifications.go
@@ -93,9 +93,9 @@ func (n *Notification) Icon() string {
case NotificationTypeUserMentioned:
return "at-sign"
case NotificationTypeIssueAssigned, NotificationTypePullAssigned:
- return "user-round-check"
+ return "user-round-arrow-forward"
case NotificationTypeIssueUnassigned, NotificationTypePullUnassigned:
- return "user-round-x"
+ return "user-round-minus"
default:
return ""
}
diff --git a/appview/pages/templates/layouts/fragments/footer.html b/appview/pages/templates/layouts/fragments/footer.html
index 41554989..27fb4f69 100644
--- a/appview/pages/templates/layouts/fragments/footer.html
+++ b/appview/pages/templates/layouts/fragments/footer.html
@@ -35,7 +35,7 @@
{{ i "message-circle" $iconStyle }} Discord
{{ i "hash" $iconStyle }} IRC
- {{ template "user/fragments/bluesky" $iconStyle }} Bluesky
+ {{ i "bluesky" $iconStyle }} Bluesky
{{ template "user/fragments/x" $iconStyle }} Twitter (X)
@@ -83,7 +83,7 @@
{{ i "message-circle" $iconStyle }} Discord
{{ i "hash" $iconStyle }} IRC
- {{ template "user/fragments/bluesky" $iconStyle }} Bluesky
+ {{ i "bluesky" $iconStyle }} Bluesky
{{ template "user/fragments/x" $iconStyle }} Twitter (X)
diff --git a/appview/pages/templates/user/fragments/profileCard.html b/appview/pages/templates/user/fragments/profileCard.html
index 4921c51d..ea201656 100644
--- a/appview/pages/templates/user/fragments/profileCard.html
+++ b/appview/pages/templates/user/fragments/profileCard.html
@@ -60,7 +60,7 @@
{{ end }}
{{ if .IncludeBluesky }}
-
{{ template "user/fragments/bluesky" "w-4 h-4 text-black dark:text-white" }}
+
{{ i "bluesky" "w-4 h-4 text-black dark:text-white" }}
{{ primaryHandle $.UserDid }}
{{ end }}
diff --git a/appview/pages/templates/user/fragments/bluesky.html b/icons/bluesky.svg
similarity index 82%
rename from appview/pages/templates/user/fragments/bluesky.html
rename to icons/bluesky.svg
index 98d1d400..85649583 100644
--- a/appview/pages/templates/user/fragments/bluesky.html
+++ b/icons/bluesky.svg
@@ -1,6 +1,4 @@
-{{ define "user/fragments/bluesky" }}
-