diff --git a/docs/public/static/images/showcase/agilesprints.png b/docs/public/static/images/showcase/agilesprints.png new file mode 100644 index 00000000000000..96c88df1dac006 Binary files /dev/null and b/docs/public/static/images/showcase/agilesprints.png differ diff --git a/docs/src/pages/discover-more/showcase/appList.js b/docs/src/pages/discover-more/showcase/appList.js index 181b5041f89e19..3b1e05379dcd2e 100644 --- a/docs/src/pages/discover-more/showcase/appList.js +++ b/docs/src/pages/discover-more/showcase/appList.js @@ -666,6 +666,13 @@ const appList = [ link: 'https://www.buybags.de/', dateAdded: '2020-10-08', }, + { + title: 'Agile Sprints', + description: 'Agile Sprints provides KPIs on your sprints so you can shine during retrospectives.', + image: 'agilesprints.png', + link: 'https://agilesprints.io', + dateAdded: '2020-11-07', + }, ]; export default appList;