FIX
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2026-08-30 09:59:27 -06:00
parent ffabcd4a0d
commit 2f9b6dbf03

View File

@@ -33,7 +33,7 @@ const handleAccept = (studentId: number, status: string) => {
<template #trigger>
<n-badge :value="collabStore.pendingCount" :max="99">
<n-button>
<Icon icon="fluent-emoji:raising-hand" height="20" />
<Icon icon="streamline-emojis:raising-hands-2" height="20" />
<span style="padding-left: 8px">求助</span>
</n-button>
</n-badge>