Skip to content

Commit

Permalink
napshotPlease enter the commit message for your changes. Lines starting
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Aug 31, 2024
1 parent 051d081 commit 505f6b6
Showing 1 changed file with 73 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,80 @@ exports[`AccountDialogComponent should create 1`] = `
<div
class="account-signin-wrapper"
>
<p>
Sign in to manage your teams, synced collections and queries.
</p>
<button
class="btn btn--primary"
<div
class="account-dialog__not-logged-in"
>
SIGNIN_WITH_GOOGLE
</button>
<div
class="account-dialog__not-logged-in__inner"
>
<nz-avatar
class="ant-avatar ant-avatar-lg ant-avatar-circle ant-avatar-image"
nzsize="large"
nzsrc="assets/img/altair_logo.svg"
nztext="?"
>
<img
src="assets/img/altair_logo.svg"
/>
</nz-avatar>
<h2>
Login to get started
</h2>
<p>
Sign in to manage your plans, teams, synced collections, queries, and get access to even more features!
<a
href="https://altairgraphql.dev/docs/cloud/"
>
Learn more
<app-icon
name="info"
>
<i-lucide
class="app-icon"
>
<svg
class="lucide lucide-info app-icon"
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<circle
cx="12"
cy="12"
key="1mglay"
r="10"
/>
<path
d="M12 16v-4"
key="1dtifu"
/>
<path
d="M12 8h.01"
key="e9boi3"
/>
</svg>
</i-lucide>
</app-icon>
</a>
</p>
<button
class="btn btn--primary"
>
SIGNIN_WITH_GOOGLE
</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 505f6b6

Please sign in to comment.