XcodeAddy commited on
Commit
2a70021
·
1 Parent(s): 3b3d577

Remove API note callout

Browse files
Files changed (2) hide show
  1. ui/api.html +0 -10
  2. ui/assets/styles.css +1 -2
ui/api.html CHANGED
@@ -82,16 +82,6 @@
82
  </article>
83
  </section>
84
 
85
- <section class="floating-panel api-note">
86
- <div class="section-heading compact">
87
- <p class="eyebrow">Important</p>
88
- <h2>UI is optional, API is mandatory</h2>
89
- </div>
90
- <p>
91
- The hackathon checks the API and baseline script, not this page. This UI exists so reviewers can
92
- quickly understand and manually test the same OpenEnv flow from the browser.
93
- </p>
94
- </section>
95
  </main>
96
  </div>
97
  <script src="/assets/app.js?v=4" defer></script>
 
82
  </article>
83
  </section>
84
 
 
 
 
 
 
 
 
 
 
 
85
  </main>
86
  </div>
87
  <script src="/assets/app.js?v=4" defer></script>
ui/assets/styles.css CHANGED
@@ -773,8 +773,7 @@ main {
773
  letter-spacing: -0.05em;
774
  }
775
 
776
- .api-health-card p,
777
- .api-note p {
778
  color: var(--muted);
779
  line-height: 1.7;
780
  }
 
773
  letter-spacing: -0.05em;
774
  }
775
 
776
+ .api-health-card p {
 
777
  color: var(--muted);
778
  line-height: 1.7;
779
  }