Skip to content

Commit

Permalink
Make demo open in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinnerbone committed Jan 7, 2024
1 parent 13e25a1 commit ed1adc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const links = [
{ link: "/downloads", label: "Downloads" },
{ link: "/compatibility", label: "Compatibility" },
{ link: "/contribute", label: "Get Involved" },
{ link: "/demo", label: "Demo" },
{ link: "/blog", label: "Blog" },
{ link: "/demo", label: "Demo", target: "_blank" },
{ link: "https://discord.gg/ruffle", label: "Discord", target: "_blank" },
{
link: "https://github.com/ruffle-rs/ruffle/",
Expand Down

0 comments on commit ed1adc2

Please sign in to comment.