Skip to content

Commit 7efea86

Browse files
committed
test
1 parent f65ff22 commit 7efea86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/hello-world/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const app: BasedAppFunction = async (_based) => {
1111
'<title>Hello World</title>' +
1212
'</head>' +
1313
'<body style="margin: 0;">' +
14-
`<div id="root">Hello World from the branch main 2 in Based.io!</div>` +
14+
`<div id="root">Hello World from the branch main 3 in Based.io!</div>` +
1515
'</body>' +
1616
'</html>'
1717
);

0 commit comments

Comments
 (0)