Skip to content

Commit

Permalink
remove banner. (#285)
Browse files Browse the repository at this point in the history
* remove banner.

* fix lint error.
  • Loading branch information
john-labbate authored Aug 1, 2024
1 parent bdb5108 commit 6bc2eaa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions front-end/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { useSearchStore } from "@/stores/search";
import SearchInput from "../components/SearchInput.vue";
import GSAHeader from "../components/GSAHeader.vue";
import Alert from "../components/Alert.vue";
// reset input when coming back to homepage
const store = useSearchStore();
Expand All @@ -23,7 +22,6 @@ onMounted(() => {
<main id="main-content">
<div class="grid-container">
<div class="padding-top-8">
<Alert heading="Search Issues">We are having technical issues that may cause search errors on the 889 tool. The GSA technical team is working to solve the issue. Thank you for your patience.</Alert>
<h2 class="font-sans-lg margin-bottom-1">
Check to see if an entity has a section 889 representation in
SAM.gov
Expand Down

0 comments on commit 6bc2eaa

Please sign in to comment.