Skip to content

Commit

Permalink
fix: correct propery in title
Browse files Browse the repository at this point in the history
  • Loading branch information
ca057 committed Nov 27, 2024
1 parent 5231349 commit dd0d35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coffee/index.webc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<html lang="en">
<head>
<title @text="coffees.length + ' coffees'"></title>
<title @text="coffees.images.length + ' coffees'"></title>

<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down

0 comments on commit dd0d35a

Please sign in to comment.