Skip to content

Commit

Permalink
refactor(showcase): remove agora flat in favorite (#603)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Cui <[email protected]>
  • Loading branch information
BlackHole1 authored Jul 19, 2024
1 parent 70da941 commit e9a2d77
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions src/pages/home/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -370,11 +370,6 @@ export default function Home() {
image: '/assets/apps/figma.svg',
href: 'https://figma.com/',
},
{
name: 'Agora Flat',
image: '/assets/apps/flat.svg',
href: 'https://flat.whiteboard.agora.io/en/',
},
{
name: 'GitHub Desktop',
image: '/assets/apps/github-desktop.svg',
Expand Down
1 change: 0 additions & 1 deletion src/plugins/apps/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export default async function appsPlugin() {
async loadContent() {
const FAVS = new Set([
'1password',
'agora-flat',
'asana',
'discord',
'figma',
Expand Down
6 changes: 0 additions & 6 deletions static/assets/apps/flat.svg

This file was deleted.

0 comments on commit e9a2d77

Please sign in to comment.