Skip to content

Commit d694103

Browse files
committed
revert banner code
1 parent 784049a commit d694103

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/partials/main.hbs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@
44
{{#if ./missing}}
55
{{#if (and @root.page.componentVersion.prerelease (not ./prerelease))}}
66
<div class="article-banner">
7-
<<<<<<< HEAD
87
{{#if (and @root.page.componentVersion.prerelease (not @root.page.latest.prerelease))}}
98
<i class="fas fa-file-alt"></i> <p> You are viewing the documentation for a prerelease version.</p>
109
{{else}}
1110
<i class="fas fa-file-alt"></i>
1211
<p> A newer version of this documentation is available.</p>
1312
{{/if}}
1413
<a class="btn" href="{{relativize this}}">View Latest</a>
15-
=======
16-
<i class="fas fa-file-alt"></i> <p>You are viewing the documentation for a prerelease version.</p>
17-
>>>>>>> 6f0d7c56aa847b17c98cef6ffa2595d15f6bc9df
1814
</div>
1915
{{/if}}
2016
{{else}}

0 commit comments

Comments
 (0)