Skip to content

Commit 2664c8e

Browse files
committed
Fork me on Github ribbon included
1 parent 12764ac commit 2664c8e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

client/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<title>Codecasts.com.br - SPA - Starter Kit</title>
66
</head>
77
<body>
8+
<a href="https://github.com/codecasts/spa-starter-kit"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 2;" src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"></a>
89
<div id="app"></div>
910
<!-- built files will be auto injected -->
1011
</body>

client/src/components/root/navbar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
<a>Categories</a>
4040
</router-link>
4141
</ul>
42-
<div class="nav navbar-form navbar-right">
42+
<div class="nav navbar-form navbar-right" style="margin-right: 100px;">
4343
<cc-spinner></cc-spinner>
4444
<span class="username">{{ user.name }}</span>
45-
<button class="btn btn-default" @click="logout">Logout</button>
45+
<button class="btn btn-default btn-sm" @click="logout">Logout</button>
4646
</div>
4747
</div>
4848
</div>

0 commit comments

Comments
 (0)