From df0aa2923f537dded8533f5070c30186274cfdab Mon Sep 17 00:00:00 2001 From: Jerome Hardaway Date: Sat, 9 Dec 2023 15:05:12 -0500 Subject: [PATCH] fixed link in footer (#531) --- .vscode/settings.json | 2 +- src/components/widgets/two-col-list-widget.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7fed6eddb..ffb5385da 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -22,7 +22,7 @@ }, "typescript.tsdk": "./node_modules/typescript/lib", "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "files.associations": { "*.scss": "postcss" diff --git a/src/components/widgets/two-col-list-widget.tsx b/src/components/widgets/two-col-list-widget.tsx index e8e003b90..fe0a93b19 100644 --- a/src/components/widgets/two-col-list-widget.tsx +++ b/src/components/widgets/two-col-list-widget.tsx @@ -30,7 +30,7 @@ const TwoColumnListWidget = ({ className, mode }: TProps) => { Modules
  • - About us + About us
  • Contact us