Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
raven
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rune Åvar Ødegård
raven
Commits
dd5365cc
Commit
dd5365cc
authored
2 years ago
by
Christoffer Stoll
Browse files
Options
Downloads
Patches
Plain Diff
build check
parent
80ff20fb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/client/src/components/LHeader.vue
+2
-2
2 additions, 2 deletions
web/client/src/components/LHeader.vue
with
2 additions
and
2 deletions
web/client/src/components/LHeader.vue
+
2
−
2
View file @
dd5365cc
...
...
@@ -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-
g
re
en-600
"
/>
<font-awesome-icon
icon=
"crow"
class=
"text-xl font-medium text-pastel-re
d
"
/>
<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
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment