Skip to content

Commit

Permalink
wording updates (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: arobbins <[email protected]>
  • Loading branch information
allisonrobbins and allisonrobbins authored Mar 6, 2024
1 parent cecdb0b commit 52a13e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/mappings_explorer/templates/_footer.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<h4>About</h4>
<ul>
<li><i class="bi bi-dash"></i> <a href="{{url_prefix}}about/">Overview</a></li>
<li><i class="bi bi-dash"></i> <a href="{{url_prefix}}about/methodology/">Methodology</a></li>
<li><i class="bi bi-dash"></i> <a href="{{url_prefix}}about/methodology/">Mapping Methodology</a></li>
<li><i class="bi bi-dash"></i> <a href="{{url_prefix}}about/related-projects/">Related Projects</a></li>
<li><i class="bi bi-dash"></i> <a href="{{url_prefix}}about/scoring/">Scoring Rubric</a></li>
<li><i class="bi bi-dash"></i> <a href="{{url_prefix}}about/use-cases/">Use Cases</a></li>
Expand Down
2 changes: 1 addition & 1 deletion src/mappings_explorer/templates/_navigation.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ul>
<li><a href="{{url_prefix}}about/">Overview</a></li>
<li><a href="{{url_prefix}}about/use-cases/">Use Cases</a></li>
<li><a href="{{url_prefix}}about/methodology/">Methodology</a></li>
<li><a href="{{url_prefix}}about/methodology/">Mapping Methodology</a></li>
<li><a href="{{url_prefix}}about/scoring/">Scoring Rubric</a></li>
<li><a href="{{url_prefix}}about/related-projects/">Related Projects</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion src/mappings_explorer/templates/about.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% include "_breadcrumbs.html.j2" %}
<div class="row justify-content-center">
<div class="col-lg-8">
<h1 class="text-center">MAPPINGS <span class="highlight">OVERVIEW</span></h1>
<h1 class="text-center">OVERVIEW</h1>
<p>
Mappings Explorer enables cyber defenders to understand how security
controls and capabilities map onto the adversary behaviors catalogued in the
Expand Down
2 changes: 1 addition & 1 deletion src/mappings_explorer/templates/methodology.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% include "_breadcrumbs.html.j2" %}
<div class="row justify-content-center">
<div class="col-lg-8">
<h1 class="text-center">MAPPINGS <span class="highlight">METHODOLOGY</span></h1>
<h1 class="text-center">MAPPING <span class="highlight">METHODOLOGY</span></h1>
</div>
</div>
</div>
Expand Down

0 comments on commit 52a13e3

Please sign in to comment.