From 2ef9e43915cc27f87761b229078b586694338651 Mon Sep 17 00:00:00 2001 From: Erik Vroon Date: Fri, 7 Feb 2025 23:21:55 +0100 Subject: [PATCH] fix long line in docusaurus.config.js (#1104) --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 1b77a5355..3001a9557 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -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: "/",