diff options
author | Dessalines <tyhou13@gmx.com> | 2019-04-05 22:29:20 -0700 |
---|---|---|
committer | Dessalines <tyhou13@gmx.com> | 2019-04-05 22:29:20 -0700 |
commit | e826f631d84c2d29aa9adde13188d4b0affa0a13 (patch) | |
tree | ff7201e7114863b6b145e74e5e5d9c82ccd3daa0 /ui/src/components | |
parent | 751cf26be6ff598bd1ef213e4a60df5f0db8ceed (diff) |
Adding docker.
- Adding docker support. Fixes #6
- Completing the name change to lemmy. Fixes #36
- Running DB migrations from code. Fixes #38
Diffstat (limited to 'ui/src/components')
-rw-r--r-- | ui/src/components/navbar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/navbar.tsx b/ui/src/components/navbar.tsx index 44424994..d766bf07 100644 --- a/ui/src/components/navbar.tsx +++ b/ui/src/components/navbar.tsx @@ -27,7 +27,7 @@ export class Navbar extends Component<any, any> { navbar() { return ( <nav class="navbar navbar-expand-sm navbar-light bg-light p-0 px-3 shadow"> - <a class="navbar-brand" href="#">rrf</a> + <a class="navbar-brand" href="#">Lemmy</a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> |