Skip to content

Commit 86f9b7e

Browse files
author
JPryce-Aklundh
committed
rename to AuraDB
1 parent 22017f0 commit 86f9b7e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/css/labels.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,12 @@
4545
color: var(--color-white);
4646
}
4747

48-
.label--not-on-aura
49-
{
48+
.label--not-on-aura {
5049
background: var(--color-red-700);
5150
color: var(--color-white);
5251
}
5352

54-
.label--aura-db-enterprise
55-
{
53+
.label--aura-db-enterprise {
5654
background: var(--color-blue-600);
5755
color: var(--color-white);
5856
}

src/css/neo4j-docs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ div.aura-db-enterprise h4::after,
152152
p.aura-db-enterprise::before,
153153
section.aura-db-enterprise.title::after,
154154
span.aura-db-enterprise::after {
155-
content: "Aura DB Enterprise";
155+
content: "AuraDB Enterprise";
156156
color: var(--aura-db-enterprise-color);
157157
border-color: var(--aura-db-enterprise-color);
158158
}

0 commit comments

Comments
 (0)