Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
monnaie-libre-fr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
websites
monnaie-libre-fr
Commits
31d980dd
Commit
31d980dd
authored
3 years ago
by
Emmanuel Salomon
Browse files
Options
Downloads
Patches
Plain Diff
ui: unify title
parent
62baae66
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
components/app/AppBreadcrumb.vue
+1
-1
1 addition, 1 deletion
components/app/AppBreadcrumb.vue
components/page/PageHeader.vue
+6
-2
6 additions, 2 deletions
components/page/PageHeader.vue
with
7 additions
and
3 deletions
components/app/AppBreadcrumb.vue
+
1
−
1
View file @
31d980dd
...
...
@@ -21,7 +21,7 @@
:class=
"
index !== items.length - 1
? 'text-gray-400'
: 'text-gray-
6
00 font-
extra
light select-all'
: 'text-gray-
5
00 font-light select-all'
"
>
{{
item
.
title
}}
...
...
This diff is collapsed.
Click to expand it.
components/page/PageHeader.vue
+
6
−
2
View file @
31d980dd
<
template
>
<div
class=
"flex items-center justify-between py-8"
>
<h1
class=
"text-4xl font-extrabold"
>
{{
document
.
title
}}
</h1>
<div
class=
"flex items-center justify-between"
>
<h1
class=
"text-3xl md:text-4xl 2xl:text-5xl bg-clip-text text-transparent bg-gradient-to-r from-purple-800 to-blue-600 font-extrabold leading-tight py-8"
>
{{
document
.
title
}}
</h1>
<slot
/>
</div>
</
template
>
...
...
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