Skip to content

Commit

Permalink
Merge pull request #92 from AplinkosMinisterija/90-apie-mus-puslapio-…
Browse files Browse the repository at this point in the history
…redesign

90 apie mus puslapio redesign
  • Loading branch information
dovilemely authored Jun 5, 2024
2 parents 05368d2 + e124fad commit f635dc8
Show file tree
Hide file tree
Showing 16 changed files with 359 additions and 80 deletions.
Binary file removed public/about1.jpeg
Binary file not shown.
Binary file removed public/about2.jpeg
Binary file not shown.
Binary file removed public/about3.webp
Binary file not shown.
Binary file added public/about_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/about_banner_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/about_map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/arrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/binoculars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/letter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function App() {
? subscriptionsCount > 0
? slugs.myEvents
: slugs.newSubscription
: slugs.events;
: slugs.about;

return (
<DefaultLayout
Expand Down
4 changes: 3 additions & 1 deletion src/components/Icons.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CgClose } from 'react-icons/cg';
import { FaAnchor, FaCheck, FaRegTrashAlt } from 'react-icons/fa';
import { FaChevronRight } from 'react-icons/fa6';
import { FiArrowLeft, FiClock, FiDownload, FiMail, FiMenu } from 'react-icons/fi';
import { FiArrowLeft, FiClock, FiDownload, FiMail, FiMenu, FiArrowUpRight } from 'react-icons/fi';
import { HiOutlineUsers } from 'react-icons/hi';
import { IoMdCalendar } from 'react-icons/io';
import { IoLocationOutline, IoPersonOutline, IoSearch, IoFilter } from 'react-icons/io5';
Expand Down Expand Up @@ -318,6 +318,8 @@ const Icon = ({ name, className, ...rest }: IconProps) => {
return <MdOutlineVisibility className={className} />;
case IconName.visibleOff:
return <MdOutlineVisibilityOff className={className} />;
case IconName.arrowUpRight:
return <FiArrowUpRight className={className} />;
case IconName.eGate:
return (
<svg
Expand Down
Loading

0 comments on commit f635dc8

Please sign in to comment.