From 6191f4b79ac49e459866dcff8cee9c134d287e2d Mon Sep 17 00:00:00 2001 From: gitworkflows <118260833+gitworkflows@users.noreply.github.com> Date: Thu, 26 Dec 2024 23:25:56 +0000 Subject: [PATCH] Refactor Plugin Config --- frontend/src/components/GuideWrapper.jsx | 4 ++-- frontend/src/constants/environment.js | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/GuideWrapper.jsx b/frontend/src/components/GuideWrapper.jsx index 23adc008..24070c9f 100644 --- a/frontend/src/components/GuideWrapper.jsx +++ b/frontend/src/components/GuideWrapper.jsx @@ -17,8 +17,8 @@ export default function GuideWrapper() {

Welcome to ThreatMatrixs Guide for First Time Visitors! For further questions you could either check out our{" "} - docs or reach us - out on{" "} + docs or + reach us out on{" "} the official ThreatMatrix slack channel diff --git a/frontend/src/constants/environment.js b/frontend/src/constants/environment.js index 288830cb..e44e4f49 100644 --- a/frontend/src/constants/environment.js +++ b/frontend/src/constants/environment.js @@ -1,5 +1,6 @@ /* eslint-disable prefer-destructuring */ -export const THREATMATRIX_DOCS_URL = "https://khulnasoft.github.io/devsec-docs/"; +export const THREATMATRIX_DOCS_URL = + "https://khulnasoft.github.io/devsec-docs/"; export const PYTHREATMATRIX_GH_URL = "https://github.com/khulnasoft/pythreatmatrix"; export const THREATMATRIX_TWITTER_ACCOUNT = "threat_matrix";