Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-katayama committed May 19, 2024
1 parent cf6aed2 commit e7c4df4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/examples/_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@ export const examples: Example[] = [
{
title: "VK Audiopad",
description: "Chrome extension for VK Music",
website: "https://chrome.google.com/webstore/detail/plclpmphdjmdgmdpfkcmdkmohgpfecip",
website:
"https://chrome.google.com/webstore/detail/plclpmphdjmdgmdpfkcmdkmohgpfecip",
source: "https://github.com/vissh/vkui-audiopad",
preview: require("./img/vkaudiopad.png"),
version: VERSIONS.V2,
Expand Down

0 comments on commit e7c4df4

Please sign in to comment.