Skip to content

Commit

Permalink
fix long line in docusaurus.config.js (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
evroon authored Feb 7, 2025
1 parent 3be5b64 commit 2ef9e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { themes } = require("prism-react-renderer");
/** @type {import('@docusaurus/types').Config} */
const config = {
title: "Bracket - Free & open source tournament management",
tagline: "Bracket is a free and open source tournament system. Set up a tournament, add teams, schedule matches, track scores and present live rankings.",
tagline: `Bracket is a free and open source tournament system. Set up a tournament, add teams, schedule matches, track scores and present live rankings.`,
favicon: "img/logo.svg",
url: "https://docs.bracketapp.nl",
baseUrl: "/",
Expand Down

0 comments on commit 2ef9e43

Please # to comment.