diff --git a/frontend/components/Main.vue b/frontend/components/Main.vue
index 439555df1dcbd58ae1e58d0579ac6ffb3f5d7470..7664303fed1bccbe510be6b3844aa28feefb1c4e 100644
--- a/frontend/components/Main.vue
+++ b/frontend/components/Main.vue
@@ -42,10 +42,6 @@ function onScroll() {
             <v-col cols="auto">
               <v-card flat color="transparent" :min-width="computedMinWidth"
                 :max-width="props.fluid ? undefined : maxWidth">
-                <v-alert v-if="runtimeConfig.public.displayMessage" type="warning" variant="tonal" border="start" prominent>
-                  Following an update on July 3, 2024, some analyses conducted before this date may display unusual
-                  results. If this occurs, simply rerun the analysis to resolve the issue
-                </v-alert>
                 <slot />
               </v-card>
             </v-col>