Skip to content

Commit

Permalink
Fix SCSS Typo
Browse files Browse the repository at this point in the history
'sumbit' --> 'submit'
  • Loading branch information
rotated8 committed Feb 14, 2024
1 parent 0b1a62c commit 4bd43d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/emory/_homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
}
}

.sumbit-my-etd {
.submit-my-etd {
margin: 2em;
}
2 changes: 1 addition & 1 deletion app/views/hyrax/homepage/_home_content.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h2>Emory Theses and Dissertations</h2>
<p>The Emory Theses and Dissertations (ETD) Repository holds theses and dissertations from the Laney Graduate School, the Rollins School of Public Health, and the Candler School of Theology, as well as undergraduate honors papers from Emory College of Arts and Sciences.</p>
<p>Emory University theses and dissertations submitted before the launch of the ETD repository can be found by searching the <a href="https://search.libraries.emory.edu/">Emory Library Catalog</a>. The theses and dissertations of the Wallace H. Coulter Department of Biomedical Engineering, a joint degree program by Emory University and Georgia Tech, are available in <a href="https://smartech.gatech.edu/">SMARTech</a>, Georgia Tech’s repository, and in the <a href="https://search.libraries.emory.edu/">Emory Library Catalog</a>.</p>
<div class="sumbit-my-etd">
<div class="submit-my-etd">
<%= render 'submit_my_etd' %>
</div>
<hr>
Expand Down

0 comments on commit 4bd43d6

Please sign in to comment.