Skip to content

Commit 9d6cac5

Browse files
authored
chore: Add add via=badge parameter to made with webstudio (#5245)
## Description So we can know how well this is working ## Steps for reproduction 1. click button 2. expect xyz ## Code Review - [ ] hi @kof, I need you to do - conceptual review (architecture, feature-correctness) - detailed review (read every line) - test it on preview ## Before requesting a review - [ ] made a self-review - [ ] added inline comments where things may be not obvious (the "why", not "what") ## Before merging - [ ] tested locally and on preview environment (preview dev login: 0000) - [ ] updated [test cases](https://github.com/webstudio-is/webstudio/blob/main/apps/builder/docs/test-cases.md) document - [ ] added tests - [ ] if any new env variables are added, added them to `.env` file
1 parent 0219de6 commit 9d6cac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/src/core-templates.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ const builtWithWebstudioMeta: TemplateMeta = {
363363
<ws.element
364364
ws:tag="a"
365365
ws:label="Built with Webstudio"
366-
href="https://webstudio.is"
366+
href="https://webstudio.is?via=badge"
367367
target="_blank"
368368
ws:style={css`
369369
display: inline-flex;

0 commit comments

Comments
 (0)