Skip to content
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions client/www/app/intern/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ const tools: ToolCard[] = [
'Preview all og:image cards across the site to make sure they look good before deploying.',
category: 'Other',
},
{
title: 'Restore App',
href: '/intern/restore',
description:
'Upload a backup zip to restore it into a new app. Runs in the background on the machine that receives the upload.',
category: 'Other',
},
];

const categories = ['All', 'KPIs', 'Analytics', 'Comms', 'Other'];
Expand Down
Loading
Loading