Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
Små fejl/rettelser.
Browse files Browse the repository at this point in the history
  • Loading branch information
dani832m committed Dec 16, 2019
1 parent 75f1876 commit 21c5edb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/components/adminNav/AdminNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function AdminNav(props) {
</NavItem>
<NavItem>
<NavLink className="linkStyles" href="/editTextarea">
Redigér tekstfelter
Redigér forsidetekst
</NavLink>
</NavItem>
<NavItem>
Expand Down
2 changes: 1 addition & 1 deletion src/components/editTextarea/EditTextarea.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function EditTextarea() {
<Editor
initialValue={data.getTextareaById.text}
init={{
height: 500,
height: 470,
menubar: false,
plugins: [
'advlist autolink lists link image charmap print preview anchor',
Expand Down
4 changes: 2 additions & 2 deletions src/components/editTextarea/EditTextareaFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import './EditTextarea.css';
function EditTextareaFooterText() {
return (
<p className="footerTextStyles">
Såfremt at der ændres i teksten, vil den ændrede tekst automatisk blive
gemt og vist på forsiden.
Såfremt at der ændres i teksten, vil ændringerne automatisk blive gemt og
vist på forsiden.
</p>
);
}
Expand Down
4 changes: 0 additions & 4 deletions src/components/textarea/Textarea.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@
font-size: 16px;
line-height: 1.5;
}

.footerTextStyles {
margin-top: 2rem;
}

0 comments on commit 21c5edb

Please sign in to comment.