Skip to content

Commit

Permalink
Update about-misskey.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Jan 2, 2025
1 parent 7ae34e3 commit b4152c2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion packages/frontend/src/pages/about-misskey.vue
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,19 @@ import { definePageMetadata } from '@/scripts/page-metadata.js';
import { claimAchievement, claimedAchievements } from '@/scripts/achievements.js';
import { $i } from '@/account.js';

const patronsWithIconWithCherryPick = [];
const patronsWithIconWithCherryPick = [{
name: 'Etone Sabasappugawa',
icon: 'https://s3.kokonect.link/cherrypick/patreons/b3bd97949b664c81857cc7286552c65e.png',
}, {
name: 'okin',
icon: 'https://s3.kokonect.link/cherrypick/patreons/c185756cf04d483b9c7687d98ce1103c.png',
}, {
name: 'Kitty',
icon: 'https://s3.kokonect.link/cherrypick/patreons/5f8e4bac9cf34984bc59875f6d8d5c1d.gif',
}, {
name: 'breadguy',
icon: 'https://s3.kokonect.link/cherrypick/patreons/04cd46fba69c4953949cd1cc15d8c691.jpg',
}];

const patronsWithIconWithMisskey = [{
name: 'カイヤン',
Expand Down

0 comments on commit b4152c2

Please sign in to comment.