Skip to content

Commit cc35d6b

Browse files
committed
fix(docs): use single header title and remove redundant docs kicker
1 parent a857020 commit cc35d6b

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

src/app/features/docs/components/project-docs/project-docs.component.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<p-card class="docs-header-card">
33
<div class="docs-header">
44
<div class="docs-header__content">
5-
<p class="docs-kicker">Project Documentation</p>
6-
<h2>Task Management Platform</h2>
5+
<h2>Documentation</h2>
76
<p>
87
A Jira-style product showcase focused on clean architecture, secure auth, and production-minded Angular UX.
98
This page explains the purpose, technical direction, and architecture decisions behind the platform.

src/app/features/docs/components/project-docs/project-docs.component.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@
4141
background: color-mix(in srgb, var(--surface-100) 75%, transparent);
4242
}
4343

44-
.docs-kicker {
45-
margin: 0;
46-
color: var(--primary-color);
47-
font-weight: 600;
48-
letter-spacing: 0.02em;
49-
}
50-
5144
.docs-grid {
5245
display: grid;
5346
grid-template-columns: repeat(12, minmax(0, 1fr));

0 commit comments

Comments
 (0)