Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Finishing touches for v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hbulens committed Aug 9, 2021
1 parent f7e540a commit 34a672e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Home/general-guidelines.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default class GeneralGuideLines extends Component {
constructor(props) {
super(props);
this.state = {
activeTab: "1",
activeTab: "2",
};
this.toggle = this.toggle.bind(this);
}
Expand Down
3 changes: 1 addition & 2 deletions src/components/Home/style-guidelines.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ const StyleGuidelines = () => (
<p className="text-dark">Fonts</p>
</h5>
<ul className="text-muted mb-0">
<li>Default font: Segoe UI</li>
<li>Logo font: <a href="https://www.dafont.com/birdman.font" target="_blank" rel="noreferrer">Birdman Regular</a></li>
<li>Logo: <a href="https://www.dafont.com/birdman.font" target="_blank" rel="noreferrer">Birdman Regular</a></li>
</ul>
</div>
</div>
Expand Down
5 changes: 3 additions & 2 deletions src/components/Layout/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ class Footer extends Component {
{ title: "Intro", link: "https://intro.dimescheduler.com" }
],
grid2: [
{ title: "Follow us on LinkedIn", link: "https://www.linkedin.com/company/dimenics" }
{ title: "Follow us on LinkedIn", link: "https://www.linkedin.com/company/dimenics" },
{ title: "DimenicsTV", link: "https://www.youtube.com/user/DimenicsTV" }
],
};
}
Expand Down Expand Up @@ -131,7 +132,7 @@ class Footer extends Component {
: "text-light footer-head"
}
>
Useful Links
Social Media
</h5>
<ul className="list-unstyled footer-list mt-4">
{this.state.grid2.map((grid, key) => (
Expand Down

0 comments on commit 34a672e

Please sign in to comment.