• This project
    • Loading...
  • Sign in

정승호 / Hexa_for_you_renewal

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 1
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Hexa_for_you_renewal
  • client
  • src
  • components
  • views
  • Footer
  • Footer.js
  • 정승호's avatar
    사진 업로드 작업 완료 · ed69e324
    ed69e324
    정승호 authored 2020-06-25 05:56:30 +0900
Footer.js 386 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
import React from 'react'
import {Icon} from 'antd';

function Footer() {
    return (
        <div style={{
            height: '80px', display: 'flex',
            flexDirection: 'column', alignItems: 'center',
            justifyContent: 'center', fontSize:'1rem'
        }}>
           <p> 경희대 클래식기타 동아리 HEXA </p>
        </div>
    )
}

export default Footer