Skip to content

Commit

Permalink
TEST - Test CI CD
Browse files Browse the repository at this point in the history
  • Loading branch information
hdang09 committed Aug 20, 2023
1 parent b47f8db commit adf4a06
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/pages/Login/Login.jsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
/* eslint-disable react/no-unescaped-entities */

import { useEffect } from 'react';
import { FcGoogle } from 'react-icons/fc';
// import PropTypes from 'prop-types';
import { Col, Container, Row } from 'styled-bootstrap-grid';

import { Button } from '../../components';
import config from '../../config';

import * as Styled from './Login.styled';

// import PropTypes from 'prop-types';

function Login() {
useEffect(() => {
document.title = 'Login | F-Code Shorten URL';
Expand All @@ -24,7 +26,9 @@ function Login() {
<Styled.Box>
<Styled.ImgSection />
<Styled.Title>Hello Again!</Styled.Title>
<Styled.SubTitle>Welcome back you've been missed</Styled.SubTitle>
<Styled.SubTitle>
Welcome back what you've been missed
</Styled.SubTitle>
<Styled.Separator />

<div style={{ margin: '1rem 0 8rem 0' }}>
Expand Down

1 comment on commit adf4a06

@vercel
Copy link

@vercel vercel bot commented on adf4a06 Aug 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shorten-url – ./

shorten-url-hdang09.vercel.app
shorten-url-git-main-hdang09.vercel.app
shorten-url-orpin.vercel.app

Please sign in to comment.