Skip to content

Commit

Permalink
Apply Prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantheon Bot committed Dec 18, 2024
1 parent 39fa628 commit 23c3aaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,5 @@ exports.onPostBuild = async ({ graphql, getNodes }) => {
};
*/


/* todo Should there be an error thrown if a release note category is set that is not allowed? */
/* todo, infer published date from file name. And throw an error if there are files that don't follow the pattern. */
5 changes: 1 addition & 4 deletions src/components/omniSidebarNav/submenus/terminus.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ const terminus = () => {
'/terminus/supported-terminus',
'Supported Terminus and PHP Versions',
),
simpleLink(
'/terminus/updates',
'Terminus Changelog',
),
simpleLink('/terminus/updates', 'Terminus Changelog'),
simpleLink('/terminus/terminus-3-0', 'Terminus 3'),
]),
simpleLink('/machine-tokens', 'Authentication', [
Expand Down

0 comments on commit 23c3aaa

Please sign in to comment.