Skip to content

Commit cf6ac2f

Browse files
authored
Merge pull request #71 from whitep4nth3r/clickable-hero
Tweaks
2 parents e2f45dd + f92d69f commit cf6ac2f

16 files changed

+23
-101
lines changed

apps/fretonator-web/src/app/common/footer/footer.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h5 class="footer__sectionTitle">
4646
</ul>
4747
<a
4848
class="footer__bigButton"
49-
href="https://github.com/ishythefishy/fretonator"
49+
href="https://github.com/whitep4nth3r/fretonator"
5050
rel="nofollow noopener noreferrer"
5151
target="_blank"
5252
>View on GitHub</a>

apps/fretonator-web/src/app/common/header/header.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
flex-direction: column;
1010
justify-content: center;
1111
align-content: center;
12+
border-top: pxToRem($grid-unit / 2) solid var(--header-border-color);
1213
}
1314

1415
.header__topRow {

apps/fretonator-web/src/app/common/stripe-banner/stripe-banner.component.html

Lines changed: 0 additions & 4 deletions
This file was deleted.

apps/fretonator-web/src/app/common/stripe-banner/stripe-banner.component.scss

Lines changed: 0 additions & 10 deletions
This file was deleted.

apps/fretonator-web/src/app/common/stripe-banner/stripe-banner.component.spec.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

apps/fretonator-web/src/app/common/stripe-banner/stripe-banner.component.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/fretonator-web/src/app/common/stripe-banner/stripe-banner.module.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

apps/fretonator-web/src/app/pages/about/about-index/about-index.component.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<app-stripe-banner></app-stripe-banner>
2-
31
<main class="about__container">
42
<p class="about__title">Hi there! <span role="img" aria-label="waving emoji">👋🏼</span></p>
53
<h1 class="about__subtitle">Thanks for checking out the Fretonator!</h1>

apps/fretonator-web/src/app/pages/about/about.module.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ import { CommonModule } from '@angular/common';
33

44
import { AboutRoutingModule } from './about-routing.module';
55
import { AboutIndexComponent } from './about-index/about-index.component';
6-
import { StripeBannerModule } from '../../common/stripe-banner/stripe-banner.module';
76

87
@NgModule({
98
declarations: [AboutIndexComponent],
109
imports: [
1110
CommonModule,
12-
AboutRoutingModule,
13-
StripeBannerModule
11+
AboutRoutingModule
1412
],
1513
exports: [AboutIndexComponent]
1614
})

apps/fretonator-web/src/app/pages/contact/contact-index/contact-index.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<app-stripe-banner></app-stripe-banner>
21
<div class="form__container" #scrollTarget>
32
<h1 class="form__title">Share the love <span role="img" aria-label="red heart emoji">❤️</span></h1>
43
<p class="form__copy">My goal with

0 commit comments

Comments
 (0)