Skip to content

Commit 0e7641a

Browse files
committed
chore: update homepage og description
1 parent 4af693d commit 0e7641a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Web/x-base.view.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<!-- Meta description -->
2020
<?php $description = match (true) {
2121
isset($description) => $description,
22-
default => 'The PHP framework that gets out of your way.',
22+
default => 'Tempest is a modern framework designed to enable developers to write as little framework-specific code as possible, so that they can focus on application code instead.',
2323
}; ?>
2424

2525
<meta name="description" :content="$description">

0 commit comments

Comments
 (0)