Skip to content

Commit

Permalink
fix_onboard
Browse files Browse the repository at this point in the history
  • Loading branch information
epompeii committed May 19, 2024
1 parent cb1ddb4 commit ee6ebe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ const OnboardProject = (props: Props) => {
Save Project Name
</button>
</form>

<br />
<figure class="frame">
<h3 class="title is-5">This is your project slug</h3>
<pre data-language="plaintext">
Expand Down
2 changes: 1 addition & 1 deletion services/console/src/pages/console/onboard/project.astro
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const BENCHER_API_URL = import.meta.env.BENCHER_API_URL;
Save Project Name
</button>
</form>

<br />
<figure class="frame">
<h3 class="title is-5">This is your project slug</h3>
<pre data-language="plaintext">
Expand Down

0 comments on commit ee6ebe3

Please sign in to comment.