Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
396
Merge Requests
52
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
a8aff7de
Commit
a8aff7de
authored
1 hour ago
by
Mark Harding
Browse files
Options
Download
(chore): terms for pro
parent
56564e7b
master
No related merge requests found
Pipeline
#99022943
waiting for manual action with stages
in 51 minutes and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
src/app/common/components/marketing/marketing.component.scss
View file @
a8aff7de
...
...
@@ -47,4 +47,8 @@ m-marketing {
margin
:
0
auto
;
box-sizing
:
border-box
;
}
.m-marketing__subText
{
font-size
:
11px
;
}
}
This diff is collapsed.
src/app/modules/pro/subscription/subscription.component.html
View file @
a8aff7de
...
...
@@ -56,6 +56,14 @@
Coming soon
</button>
</ng-template>
<p
class=
"m-marketing__subText"
>
By purchasing PRO you agree to
<a
href=
"https://cdn-assets.minds.com/pro-terms-27-11-2019.pdf"
target=
"_blank"
>
Terms
&
Conditions
</a
>
.
</p>
</div>
</div>
...
...
This diff is collapsed.
Please
register
or
sign in
to comment