Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/epiportal/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from sentry_sdk.integrations.redis import RedisIntegration

APP_VERSION = "1.0.23"
ALTERNATIVE_INTERFACE_VERSION = "1.0.9"
ALTERNATIVE_INTERFACE_VERSION = "1.0.10"


EPIVIS_URL = os.environ.get("EPIVIS_URL", "https://delphi.cmu.edu/epivis/")
Expand Down
4 changes: 2 additions & 2 deletions src/templates/alternative_interface/alter_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="Access up-to-date infectious disease data and insights with Delphi EpiPortal." />
<meta name="keywords" content="epidemiology, disease tracking, Delphi portal, health analytics, real-time data, public health" />
<title>Delphi EpiPortal - Disease Dashboard</title>
<title>Delphi's Respiratory Diseases Dashboard</title>

<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
Expand Down Expand Up @@ -64,7 +64,7 @@
<div class="col-lg-12">
<h1 class="hero-title">Respiratory Diseases Dashboard</h1>
<p class="hero-subtitle">
Track COVID-19, influenza, RSV and other viral activity anywhere in the United States with real-time data from multiple sources.
Track respiratory disease in counties, states and other regions across the United States with real-time data from multiple sources.
</p>
</div>
</div>
Expand Down
Loading