Skip to content

Commit

Permalink
chore: update title
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Jun 28, 2024
1 parent 1292e58 commit d998945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/shared.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export function Doc(props: { children?: ComponentChildren }) {
<html>
<head>
<meta charset="utf-8" />
<title>Finish setting up Fresh</title>
<title>Fresh Examples</title>
</head>
<body>{props.children}</body>
</html>
Expand Down

0 comments on commit d998945

Please sign in to comment.