Skip to content

Commit

Permalink
chore: remove preview copy (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtk-grafana committed Sep 17, 2024
1 parent 71a2209 commit 1b6c05b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/Components/IndexScene/InterceptBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ import React from 'react';
export function InterceptBanner(props: { onRemove: () => void }) {
return (
<>
<Alert
severity={'info'}
title={
"Welcome to Explore Logs (public preview) - we're in active development so please expect things to change."
}
onRemove={props.onRemove}
>
<Alert severity={'info'} title={'Welcome to Explore Logs!'} onRemove={props.onRemove}>
<div>
Check out our{' '}
<a
Expand Down

0 comments on commit 1b6c05b

Please sign in to comment.