diff --git a/.github/workflows/PRValidator.yml b/.github/workflows/PRValidator.yml index cd771f5f..7764525f 100644 --- a/.github/workflows/PRValidator.yml +++ b/.github/workflows/PRValidator.yml @@ -20,7 +20,7 @@ jobs: id: check_issue_number run: | description="${{ github.event.pull_request.body }}" - if [[ ! "$description" =~ (Fixes #[0-9]+|Fixes #NEW) ]]; then + if [[ ! "$description" =~ (Fixes #[0-9])]]; then echo "::error::PR description must contain an issue number or 'Fixes #NEW'" exit 1 - fi \ No newline at end of file + fi diff --git a/Scroll_and_progressbar.css b/Scroll_and_progressbar.css index 7d41f244..771f3cf1 100644 --- a/Scroll_and_progressbar.css +++ b/Scroll_and_progressbar.css @@ -45,7 +45,7 @@ background-color: #f8b5b5; /* Background color matching scrollbar track */ border-radius: 10px; /* Rounded corners */ box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2); /* Optional shadow for container */ - position: fixed; + /* position: fixed; */ overflow: hidden; } diff --git a/about.html b/about.html index 0427574d..8f10bf86 100644 --- a/about.html +++ b/about.html @@ -79,6 +79,7 @@
+ - + -WordWise is a responsive, user-friendly blogging platform designed to enrich vocabulary and engage diff --git a/blog.html b/blog.html index a9e7a378..5d3b702e 100644 --- a/blog.html +++ b/blog.html @@ -25,6 +25,7 @@
+