Skip to content

Commit ecf8aa0

Browse files
committed
Revert "fix: BLM!"
This reverts commit 69adca3.
1 parent 69adca3 commit ecf8aa0

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

layouts/_partials/header.ejs

+3-11
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
<a href="https://support.eji.org/give/153413/#!/donation/checkout"
2-
target="_blank"
3-
rel="noopener"
4-
class="block bg-black md:border-t-8 border-black p-4 md:p-0 text-center no-underline text-white">
5-
#BlackLivesMatter - Equal Justice Initiative
6-
</a>
1+
72
<!--
83
<a href="https://www.youtube.com/watch?v=QvU3eYova6I"
94
target="_blank"
@@ -24,19 +19,16 @@
2419
class="block md:hidden bg-green p-2 text-center no-underline text-white">
2520
Announcing 1.0
2621
</a>-->
27-
<div id="app" class="bg-blue-dark md:border-t-8 border-green-- border-black">
22+
<div id="app" class="bg-blue-dark md:border-t-8 border-green">
2823
<div class="container flex items-center flex-wrap px-4 md:px-0 mx-auto">
2924
<div class="flex-1 flex items-center">
3025
<a href="<%= meta.home(current) %>">
3126
<div class="relative w-16 h-16">
3227
<img v-cloak class="w-16 h-16 absolute pin"
3328
src="https://art.nativescript-vue.org/NativeScript-Vue-White-Green.svg"
3429
alt="NativeScript-Vue Logo">
35-
<!-- <img v-cloak class="w-16 h-16 absolute pin transition-all-ease hover:opacity-0"-->
36-
<!-- src="https://art.nativescript-vue.org/NativeScript-Vue-Green-White.svg"-->
37-
<!-- alt="NativeScript-Vue Logo">-->
3830
<img v-cloak class="w-16 h-16 absolute pin transition-all-ease hover:opacity-0"
39-
src="https://art.nativescript-vue.org/NativeScript-Vue-Black.svg"
31+
src="https://art.nativescript-vue.org/NativeScript-Vue-Green-White.svg"
4032
alt="NativeScript-Vue Logo">
4133
</div>
4234
</a>

0 commit comments

Comments
 (0)