Skip to content

Commit

Permalink
Cete name update
Browse files Browse the repository at this point in the history
  • Loading branch information
sbddesign committed May 7, 2022
1 parent 4e7a817 commit cc83fe6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function App() {
return (
<div className="app">
<nav className={"fixed bg-fam-bg-dark h-screen w-screen z-50 p-8 space-y-8 transition-all " + (menuActive ? 'right-0' : 'right-full')}>
<p className="text-4xl lowercase font-display drop-shadow-xl font-[900]">Tribe</p>
<p className="text-4xl font-display drop-shadow-xl font-[900]">Cete</p>
<ul className="space-y-8 text-lg">
<li>
<Link className="flex flex-row items-center space-x-2" to="/" onClick={toggleMenu}>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/routes/NewFamily.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const NewFamily = () => {
<>
{step === 0 ?
<div className="p-8 space-y-8 min-h-screen flex flex-col align-center justify-center bg-snowpeaks bg-cover">
<h2 className="text-4xl font-display drop-shadow-xl font-[600]">What is your tribe name?</h2>
<h2 className="text-4xl font-display drop-shadow-xl font-[600]">What is your family name?</h2>

<p>We'll walk you through the process of creating a bitcoin vault for your family. First, tell us what to call this vault.</p>

Expand Down
6 changes: 3 additions & 3 deletions frontend/src/routes/Onboarding.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ const Onboarding = () => {
return (
<div className="p-8 space-y-8 min-h-screen flex flex-col align-center justify-center bg-mountains bg-cover">
<div className="mb-16">
<h1 className="text-8xl lowercase font-display drop-shadow-xl font-[900] my-8">Tribe</h1>
<h1 className="text-8xl font-display drop-shadow-xl font-[900] my-8">Cete</h1>

<p className="text-2xl">Finances for your people</p>
</div>

<Link to="/new-family">
<Button>Create a new tribe</Button>
<Button>Create a new cete</Button>
</Link>

<Button style="free">Restore existing tribe</Button>
<Button style="free">Restore existing cete</Button>

<p className="text-center drop-shadow-md pt-32">Made with ❤️ in the ATL</p>
</div>
Expand Down

0 comments on commit cc83fe6

Please sign in to comment.