mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Update requirements and enhance CSS styles
- Added new dependencies to requirements.txt: psycopg2-binary, pandas, and dotenv for improved functionality. - Enhanced main.css by adding 'scroll-smooth' to the html element for better scrolling experience.
This commit is contained in:
parent
666f6ac38b
commit
edf10adf5a
12 changed files with 390 additions and 678 deletions
|
@ -11,8 +11,5 @@ const localeLink = useLocalePath();
|
|||
<span class="text-xs mt-0 m-2 text-center align-center justify-center">
|
||||
Inspired by Ground.News
|
||||
</span>
|
||||
<span class="">
|
||||
<NuxtLink :to="localeLink('/sources')"> Sources </NuxtLink>
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue