Skip to content
Snippets Groups Projects
Commit dd5365cc authored by Christoffer Stoll's avatar Christoffer Stoll
Browse files

build check

parent 80ff20fb
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<div class="w-full bg-white pl-4 py-4 font-medium border-b select-none flex justify-between px-4">
<div>
<router-link to="/">
<font-awesome-icon icon="crow" class="text-xl font-medium text-pastel-green-600" />
<font-awesome-icon icon="crow" class="text-xl font-medium text-pastel-red" />
<h1 class="ml-2 tracking-widest">Raven</h1>
</router-link>
</div>
......@@ -38,7 +38,7 @@ export default {
async created() {
try {
this.me = await UsersService.me();
} catch (e) {}
} catch (e) { }
},
};
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment