更新 'src/client/src/orangehrmAuthenticationPlugin/pages/Login.vue'
This commit is contained in:
parent
9c065750ff
commit
adbaaefd3c
@ -89,7 +89,21 @@
|
||||
</div>
|
||||
<div class="orangehrm-login-footer">
|
||||
<div v-if="showSocialMedia" class="orangehrm-login-footer-sm">
|
||||
|
||||
<a
|
||||
href="https://www.linkedin.com/company/orangehrm/mycompany/"
|
||||
target="_blank"
|
||||
>
|
||||
<oxd-icon type="svg" class="orangehrm-sm-icon" name="linkedinFill" />
|
||||
</a>
|
||||
<a href="https://www.facebook.com/OrangeHRM/" target="_blank">
|
||||
<oxd-icon type="svg" class="orangehrm-sm-icon" name="facebookFill" />
|
||||
</a>
|
||||
<a href="https://twitter.com/orangehrm?lang=en" target="_blank">
|
||||
<oxd-icon type="svg" class="orangehrm-sm-icon" name="twitterFill" />
|
||||
</a>
|
||||
<a href="https://www.youtube.com/c/OrangeHRMInc" target="_blank">
|
||||
<oxd-icon type="svg" class="orangehrm-sm-icon" name="youtubeFill" />
|
||||
</a>
|
||||
</div>
|
||||
<slot name="footer"></slot>
|
||||
</div>
|
||||
@ -105,6 +119,7 @@ import {OxdAlert, OxdIcon, OxdSheet} from '@ohrm/oxd';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
'oxd-icon': OxdIcon,
|
||||
'oxd-alert': OxdAlert,
|
||||
'oxd-sheet': OxdSheet,
|
||||
'login-layout': LoginLayout,
|
||||
@ -167,4 +182,4 @@ export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style src="./login.scss" lang="scss" scoped></style>
|
||||
<style src="./login.scss" lang="scss" scoped></style>
|
Loading…
Reference in New Issue
Block a user