Skip to content

Commit

Permalink
add app local
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatyana-js committed Sep 10, 2024
1 parent f2eedd0 commit ad12db2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h1 class="display-3 mb-0">RSS агрегатор</h1>
</div>
</div>
</form>
<p class="mt-2 mb-0 text-secondary example">Пример: https://lorem-rss.hexlet.app/feed</p>
<p class="mt-2 mb-0 text-secondary">Пример: https://lorem-rss.hexlet.app/feed</p>
<p class="feedback m-0 position-absolute small text-danger"></p>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const elements = {
title: document.querySelector('h1'),
subtitle: document.querySelector('.lead'),
label: document.querySelector('[for="url-input"]'),
example: document.querySelector('.example'),
button: document.querySelector('[type="submit"]'),
},
form: document.querySelector('form'),
Expand Down
1 change: 0 additions & 1 deletion src/locales/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export default {
title: 'RSS агрегатор',
subtitle: 'Начните читать RSS сегодня! Это легко, это красиво.',
label: 'Ссылка RSS',
example: 'Пример: https://ru.hexlet.io/lessons.rss',
button: 'Добавить',
feedback: 'RSS успешно загружен',
feedTitle: 'Фиды',
Expand Down

0 comments on commit ad12db2

Please sign in to comment.